This documentation is archived and is not being maintained.
FontUnit Constructor
Visual Studio 2010
Initializes a new instance of the FontUnit class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FontUnit(Double) | Initializes a new instance of the FontUnit class with the specified font size in points. |
|
FontUnit(FontSize) | Initializes a new instance of the FontUnit class with the specified FontSize. |
|
FontUnit(Int32) | Initializes a new instance of the FontUnit class with the specified font size. |
|
FontUnit(String) | Initializes a new instance of the FontUnit class with the specified string. |
|
FontUnit(Unit) | Initializes a new instance of the FontUnit class with the specified Unit. |
|
FontUnit(Double, UnitType) | Initializes a new instance of the FontUnit class with the specified font size and UnitType value. |
|
FontUnit(String, CultureInfo) | Initializes a new instance of the FontUnit class with the specified string using the specified System.Globalization::CultureInfo object. |
Show: