Methods
Methods | Description |
---|---|
AssignEntity | The method copies properties of source entity to current entity. |
Create | Creates internal objects after creating this instance. |
Destroy | Frees up internal objects before destroying class instance. |
GetBoxPoints | The method returns entity's name and dimensions of the image. |
EntName | See TsgDXFEntity.GetBoxPoints method. |
SetImage | The method sets an image defined in Image parameter. |
Derived from TsgCADWipeout | Description |
---|---|
AddPoint | The method adds a new TF2DPoint object to ClipPoints of this TsgCADWipeout object. |
Derived from TsgCADBasePolyline | Description |
---|---|
DottedCount | The method returns a quantity of DottedSingPts in the TsgCADBasePolyline object. |
PointCount | The method returns a quantity of PolyPoints in the TsgCADBasePolyline object. |
Derived from TsgDXFPenLine | Description |
---|---|
GetThickness | The method returns entity's thickness. |
SetLWeight | The method call SetLWeight to change line weight of the entity. |
Derived from TsgDXFPenEntity | Description |
---|---|
SetColor | The method changes the color used for drawing. |
Derived from TsgDXFEntity | Description |
---|---|
AddEntity | The method adds a new child entity. |
Clone | The method copies properties of source entity to current entity (include Handle ). |
Draw | The method generates the OnDraw event. |
SetLType | The method sets line type of the entity. |