FontKey Constructor(String,Boolean,Boolean)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public FontKey(
System.string ,
System.bool ,
System.bool
)
Parameters
- name
- bold
- italic
See Also