This documentation is archived and is not being maintained.

FontUnit Constructor

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.

  NameDescription
Public method FontUnit(Double) Initializes a new instance of the FontUnit class with the specified font size in points.
Public method FontUnit(Int32) Initializes a new instance of the FontUnit class with the specified font size.
Public method FontUnit(String) Initializes a new instance of the FontUnit class with the specified string.
Public method FontUnit(FontSize) Initializes a new instance of the FontUnit class with the specified FontSize.
Public method FontUnit(Unit) Initializes a new instance of the FontUnit class with the specified Unit.
Public method FontUnit(Double, UnitType) Initializes a new instance of the FontUnit class with the specified font size and UnitType value.
Public method FontUnit(String, CultureInfo) Initializes a new instance of the FontUnit class with the specified string using the specified System.Globalization::CultureInfo object.
Top
Show: