ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorPolygon Class / Points Property

In This Topic
    Points Property (C1VectorPolygon)
    In This Topic
    Gets or sets a collection that contains the vertex points of the C1VectorPolygon. 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