Methods
Methods | Description |
---|---|
Clear | The method clears a list of sub-entities. |
Create | Initializes a new instance of the TsgDXFProxy class. |
Destroy | Destroys an instance of the TsgDXFProxy class. |
InsertEntity | The method adds the TsgDXFEntity object to sub-entities list at the position specified by index. |
Derived from TsgDXFPenLine | Description |
---|---|
AssignEntity | The method copies properties of source entity to current entity. |
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. |
EntName | The method returns an entity name. |
GetBoxPoints | The method is used in drawing cycle for fast checking whether the entity must be drawn. |
SetLType | The method sets line type of the entity. |