Click or drag to resize

DwgTextStyle Constructor

Constructs a DwgTextStyle object

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DwgTextStyle()
Remarks
You will not normally need to construct this object type. It is constructed for you and passed to the OnBeginText method of GeometryHandler.
See Also