ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also