This documentation is archived and is not being maintained.
FontUnit Members
Visual Studio 2008
Represents the size of a font.
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 | Overloaded. Converts the specified string to its FontUnit equivalent. |
|
Point | Creates a FontUnit of type System.Drawing::Point from an integer value. |
|
ToString | Overloaded. Converts the FontUnit object to a string representation. |
| Name | Description | |
|---|---|---|
|
Equality | Compares two FontUnit objects for equality. |
|
Implicit | Implicitly creates a FontUnit of type System.Drawing::Point from an integer value. |
|
Inequality | Compares two FontUnit objects for inequality. |
| Name | Description | |
|---|---|---|
|
Empty | Represents an empty FontUnit object. |
|
Large | Represents a FontUnit object with the Type property set to FontSize.Large. |
|
Larger | Represents a FontUnit object with the Type property set to FontSize.Larger. |
|
Medium | Represents a FontUnit object with the Type property set to FontSize.Medium. |
|
Small | Represents a FontUnit object with the Type property set to FontSize.Small. |
|
Smaller | Represents a FontUnit object with the Type property set to FontSize.Smaller. |
|
XLarge | Represents a FontUnit object with the Type property set to FontSize.XLarge. |
|
XSmall | Represents a FontUnit object with the Type property set to FontSize.XSmall. |
|
XXLarge | Represents a FontUnit object with the Type property set to FontSize.XXLarge. |
|
XXSmall | Represents a FontUnit object with the Type property set to FontSize.XXSmall. |
Show: