MapPolygon::ProjectedPoints Property

Bing
 

Gets or sets the vertices of the polygon.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

protected:
property PointCollection^ ProjectedPoints {
	virtual PointCollection^ get() override;
	virtual void set(PointCollection^ value) override;
}
Return to top
Show: