MapShapeBase::ProjectedPoints Property

Bing
 

When overridden in a derived class, gets or sets the projected points of the shape. Use this property to arrange the points of derived classes.

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

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