[]
        
(Showing Draft Content)

C1.C1Preview.RenderPolygon

RenderPolygon Class

Represents an open or closed polygon shape in a C1PrintDocument.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderPolygon : RenderLineBase, IStyleOwner, IDocumentLocation

Constructors

Name Description
RenderPolygon()

Initializes a new instance of the RenderPolygon class.

Properties

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.

Methods

Name Description
CreateProps()

For internal use only.

CreateSame()

Creates new empty RenderPolygon object linked with same C1PrintDocument as current object.