Search
Shape.GetPoints Method
See Also
 





Returns the vertex points of this shape.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public virtual List<Point> GetPoints ()

Visual Basic  Copy Code

Public Overridable Function GetPoints () As List(Of Point)

 Return Value

A List containing the shape's vertices.

 See Also