Maps for WinRT
Points Property (C1VectorPolygon)


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
'Usage
 
Dim instance As C1VectorPolygon
Dim value As PointCollection
 
instance.Points = value
 
value = instance.Points
public PointCollection Points {get; set;}
See Also

Reference

C1VectorPolygon Class
C1VectorPolygon Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback