ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Font Class / ToGdiplusFont Method
A Font indicate the Gdi Font

In This Topic
    ToGdiplusFont Method
    In This Topic
    Creates a GDI+ .NET System.Drawing.Font object from this object instance.
    Syntax
    'Declaration
     
    
    Public Shared Function ToGdiplusFont( _
       ByVal font As Font _
    ) As Font
    public static Font ToGdiplusFont( 
       Font font
    )

    Parameters

    font
    A Font indicate the Gdi Font

    Return Value

    A System.Drawing.Font object that this method creates.
    See Also