FontUnit Members
.NET Framework 3.0
Represents the size of a font.
The following tables list the members exposed by the FontUnit type.
| 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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Overridden. Determines whether the specified object is equivalent to the instance of the FontUnit class that the Equals method is called from. |
| GetHashCode | Overridden. Returns the hash code for this instance. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| op_Equality | Compares two FontUnit objects for equality. |
| op_Implicit | Implicitly creates a FontUnit of type System.Drawing.Point from an integer value. |
| op_Inequality | Compares two FontUnit objects for inequality. |
| Parse | Overloaded. Converts the specified string to its FontUnit equivalent. |
| Point | Creates a FontUnit of type System.Drawing.Point from an integer value. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overloaded. Overridden. Converts the FontUnit object to a string representation. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: