ToGdiplusFont Method (Font)
In This Topic
Creates a GDI+ .NET
System.Drawing.Font object from this object instance.
Syntax
'Declaration
Public Shared Function ToGdiplusFont( _
ByVal As Font _
) As Font
public static Font ToGdiplusFont(
Font
)
Parameters
- font
- A Font indicate the Gdi Font
Return Value
A
System.Drawing.Font object that this method creates.
See Also