MapPolylineTransformShape Method |
Transforms the polyline object according the transformation provided by
GeoTransform.
Namespace:
Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax protected void TransformShape(
MapView mapView
)
Protected Sub TransformShape (
mapView As MapView
)
protected:
void TransformShape(
MapView^ mapView
)
member TransformShape :
mapView : MapView -> unit
Parameters
- mapView
- Type: Ptv.XServer.Controls.MapMapView
Not used.
See Also