MapPolylineClipShape Method |
Clip the Polyline object.
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 virtual void ClipShape(
MapView mapView,
UpdateMode updateMode,
bool lazyUpdate
)
Protected Overridable Sub ClipShape (
mapView As MapView,
updateMode As UpdateMode,
lazyUpdate As Boolean
)
protected:
virtual void ClipShape(
MapView^ mapView,
UpdateMode updateMode,
bool lazyUpdate
)
abstract ClipShape :
mapView : MapView *
updateMode : UpdateMode *
lazyUpdate : bool -> unit
override ClipShape :
mapView : MapView *
updateMode : UpdateMode *
lazyUpdate : bool -> unit
Parameters
- mapView
- Type: Ptv.XServer.Controls.MapMapView
Mapview object in which the clipping takes place. - updateMode
- Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
The update mode tells which kind of change is to be processed by the update call. - lazyUpdate
- Type: SystemBoolean
Flag indicating if lazy updating is activated.
See Also