Gets the collection of points, representing this shape.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public Point[] Points { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Points As Point() |
See Also