Gets a collection of the polygon points.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public ReadOnlyPointList Points { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Points As ReadOnlyPointList |
See Also