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