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 As Font, _
ByVal As Double _
)
'Usage
Dim prototype As Font
Dim size As Double
Dim instance As New Font(prototype, size)
public Font(
Font ,
double
)
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