GraphicsFont Constructor (String, Int32) |
Initializes a graphics font with the typeface name and size.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsFont(
string name,
int size
)
Public Sub New (
name As String,
size As Integer
)
public:
GraphicsFont(
String^ name,
int size
)
new :
name : string *
size : int -> GraphicsFont
Parameters
- name
- Type: SystemString
The typeface name of the font. - size
- Type: SystemInt32
The size of the font.
Remarks See Also