Method SetLinetypeFont
- Namespace
- vdLinetypeComboBox
- Assembly
- VectorDraw.Professional.dll
SetLinetypeFont(string, float, int)
A method to set the linetype font.
public void SetLinetypeFont(string name, float size, int style)
Parameters
namestringThe name of the font.
sizefloatThe size of the font.
styleintThe style of the Font FontStyle
Remarks
This method is exported specially for vb6 users , for .NET it is better to use directly the LinetypeFont property.