Gets the points for this polygon part.
Namespace:
OSOpenSpaceAssembly: 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 (); } |