| FontData Constructor (String, Single, GraphicsUnit, FontStyle) |
Constructor for FontData.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public FontData(
string Name,
float Size,
GraphicsUnit GraphicsUnit,
FontStyle FontStyle
)
Public Sub New (
Name As String,
Size As Single,
GraphicsUnit As GraphicsUnit,
FontStyle As FontStyle
)
Dim Name As String
Dim Size As Single
Dim GraphicsUnit As GraphicsUnit
Dim FontStyle As FontStyle
Dim instance As New FontData(Name, Size,
GraphicsUnit, FontStyle)
public:
FontData(
String^ Name,
float Size,
GraphicsUnit GraphicsUnit,
FontStyle FontStyle
)
Parameters
- Name
- Type: SystemString
The name of the font. - Size
- Type: SystemSingle
The font size. - GraphicsUnit
- Type: System.DrawingGraphicsUnit
The graphics unit of the font size. - FontStyle
- Type: System.DrawingFontStyle
The font style.
See Also