'Declaration
Public Function New( _ ByVal prototype As Font, _ ByVal underline As UnderlineStyle _ )
'Usage
Dim prototype As Font Dim underline As UnderlineStyle Dim instance As New Font(prototype, underline)
public Font( Font prototype, UnderlineStyle underline )
Parameters
- prototype
- The existing Font from which to create the new Font.
- underline
- A _fontUnderline value indicates the underline of this Font.