ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Font Class / Font Constructor / Font Constructor(Font,FontStyle)
Special Font from which is used to create new font
A System.Drawing.FontStyle indicate the special style

In This Topic
    Font Constructor(Font,FontStyle)
    In This Topic
    Initializes a new Font object from the specified Font object and special style
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal font As Font, _
       ByVal style As FontStyle _
    )
    public Font( 
       Font font,
       FontStyle style
    )

    Parameters

    font
    Special Font from which is used to create new font
    style
    A System.Drawing.FontStyle indicate the special style
    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