This documentation is archived and is not being maintained.
FontUnit Methods
Visual Studio 2010
The FontUnit type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified System::Object is equivalent to the instance of the FontUnit class that this method is called from. (Overrides ValueType::Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this instance. (Overrides ValueType::GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parse(String) | Converts the specified string to its FontUnit equivalent. |
|
Parse(String, CultureInfo) | Converts the specified string to its FontUnit equivalent in the specified culture. |
|
Point | Creates a FontUnit of type System.Drawing::Point from an integer value. |
|
ToString() | Converts the FontUnit object to the default string representation. (Overrides ValueType::ToString().) |
|
ToString(CultureInfo) | Converts the FontUnit object to a string representation, using the specified System.Globalization::CultureInfo. |
|
ToString(IFormatProvider) | Converts a FontUnit object to a string equivalent using the specified format provider. |
Show: