The PolygonProps type exposes the following members.

Constructors

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

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another ShapeProps to the current object.
(Overrides LinePropsBase..::..AssignFrom(ShapeProps).)

Properties

  Name Description
Public property 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.
Public property Points
Gets or sets the array of UnitPoint points defining the polygon.

See Also