Font Constructor(Font,FontStyle)
In This Topic
Initializes a new Font object from the specified Font object and special style
Syntax
'Declaration
Public Function New( _
ByVal As Font, _
ByVal As FontStyle _
)
public Font(
Font ,
FontStyle
)
Parameters
- font
- Special Font from which is used to create new font
- style
- A System.Drawing.FontStyle indicate the special style
See Also