Returns the vertex points of this shape.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public virtual List<Point> GetPoints () |
Visual Basic
Copy Code
|
|---|
Public Overridable Function GetPoints () As List(Of Point) |
A List containing the shape's vertices.
See Also