[]
Represents an open or closed polygon shape in a C1PrintDocument.
public class RenderPolygon : RenderLineBase, IStyleOwner, IDocumentLocation
| Name | Description |
|---|---|
| RenderPolygon() | Initializes a new instance of the RenderPolygon class. |
| Name | Description |
|---|---|
| Line | Gets the PolygonProps object describing the geometric polygon represented by the current RenderPolygon object. The points' coordinates are relative to the left top corner of the current RenderPolygon object. |
| Name | Description |
|---|---|
| CreateProps() | For internal use only. |
| CreateSame() | Creates new empty RenderPolygon object linked with same C1PrintDocument as current object. |