Click or drag to resize

MapPolygonClipShape Method

Clip the Polygon 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 override void ClipShape(
	MapView mapView,
	UpdateMode updateMode,
	bool lazyUpdate
)

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