Search
StreetShape.Points Property
See Also
 





Gets the collection of points, representing this shape.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Point[] Points { get; set; }

Visual Basic  Copy Code

Public Property Points As Point()

 Property Value

 See Also