ComponentOne CalendarView 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
    See Also