GraphicsFont Constructor (Font) |
Initializes a graphics font using a
Font object.
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(
Font font
)
Public Sub New (
font As Font
)
public:
GraphicsFont(
Font^ font
)
new :
font : Font -> GraphicsFont
Parameters
- font
- Type: System.DrawingFont
The Font object specifying the font's typeface name,
size, and style.
Exceptions Remarks See Also