Gets the points for this polygon part.

Namespace:  OSOpenSpace
Assembly:  OSOpenSpace (in OSOpenSpace.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public Point[] Points { get; }
Visual Basic (Declaration)
Public ReadOnly Property Points As Point()
Visual C++
public:
property array<Point^>^ Points {
	array<Point^>^ get ();
}

Field Value

The points for this polygon part.

See Also