ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Font Class / FromGdiplusFont Method
The font is defined in .NET.

In This Topic
    FromGdiplusFont Method
    In This Topic
    Creates a new Font object from the specified System.Drawing.Font object.
    Syntax
    'Declaration
     
    
    Public Shared Function FromGdiplusFont( _
       ByVal gdiplusFont As Font _
    ) As Font
    public static Font FromGdiplusFont( 
       Font gdiplusFont
    )

    Parameters

    gdiplusFont
    The font is defined in .NET.
    Remarks
    This constructor creates a new Font object from a Gdiplus System.Drawing.Font object.
    See Also