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