FromGdiplusFont Method
FromGdiplusFont(Font)
Creates a new Font object from the specified Font object.
Declaration
public static Font FromGdiplusFont(Font gdiplusFont)
Public Shared Function FromGdiplusFont(gdiplusFont As Font) As Font
Parameters
| Type |
Name |
Description |
| Font |
gdiplusFont |
The font is defined in .NET.
|
Returns