Spread Windows Forms 12.0 Product Documentation
Font Constructor(Font,Double)


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

Reference

Font Structure
Font Members
Overload List