[]
        
(Showing Draft Content)

C1.C1Preview.PolygonProps

PolygonProps Class

Represents the geometric properties of a RenderPolygon object.

Inheritance
PolygonProps
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class PolygonProps : LinePropsBase

Constructors

Name Description
PolygonProps()

Initializes a new instance of the PolygonProps class. The Points property is set to null.

Properties

Name Description
Closed

Gets or sets a value indicating whether the polygon is closed (i.e. the last point in the Points array is automatically connected to the first one) or not.

Points

Gets or sets the array of UnitPoint points defining the polygon.

Methods

Name Description
AssignFrom(ShapeProps)

Assigns (copies) properties from another ShapeProps to the current object.