Font Constructor(Font,String)
In This Topic
Initializes a new instance of the
Font struct that uses the specified existing
Font and new font face name.
Syntax
'Declaration
Public Function New( _
ByVal As Font, _
ByVal As String _
)
'Usage
Dim prototype As Font
Dim name As String
Dim instance As New Font(prototype, name)
public Font(
Font ,
string
)
Parameters
- prototype
- The existing Font from which to create the new Font.
- name
- A string value indicates the face name of this Font.
See Also