'Declaration Public Function New( _
ByVal nameThe font name.As System.String, _
ByVal colorThe font color.As Double, _
ByVal sizeThe font size, in points.As Vintasoft.Primitives.VintasoftColor _
)
public FontProperties(
System.String name,
double color,
Vintasoft.Primitives.VintasoftColor size
)
public: FontProperties(
System.String name,
double color,
Vintasoft.Primitives.VintasoftColor size
)
public:
FontProperties(
System.String name,
double color,
Vintasoft.Primitives.VintasoftColor size
)
Parameters
- name
- The font name.
- color
- The font color.
- size
- The font size, in points.