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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public UnitPoint[] Points { get; set; }
Visual Basic
Public Property Points As UnitPoint()
	Get
	Set

See Also