Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Font Constructor / Font Constructor(Font,Double)
The existing Font from which to create the new Font.
An double value indicates the em-size of this Font.


In This Topic
    Font Constructor(Font,Double)
    In This Topic
    Initializes a new instance of the Font struct that uses the specified existing Font and new font size.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal prototype As Font, _
       ByVal size As Double _
    )
    'Usage
     
    
    Dim prototype As Font
    Dim size As Double
     
    Dim instance As New Font(prototype, size)
    public Font( 
       Font prototype,
       double size
    )

    Parameters

    prototype
    The existing Font from which to create the new Font.
    size
    An double value indicates the em-size of this Font.
    See Also