Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorPolyline Class / Points Property

In This Topic
    Points Property (VectorPolyline)
    In This Topic
    Gets or sets a collection that contains the vertex points of the C1VectorPolyline. The points represents geographical coordinates where X=longitude and Y=latitude.
    Syntax
    'Declaration
     
    
    Public Property Points As PointCollection
    public PointCollection Points {get; set;}
    See Also