Click or drag to resize

MapPolygonUpdateShape Method

Update the properties of the shape, according the current scale of the MapView 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
public override void UpdateShape(
	MapView mapView,
	UpdateMode updateMode,
	bool lazyUpdate
)

Parameters

mapView
Type: Ptv.XServer.Controls.MapMapView
MapView object, to which this object belongs to.
updateMode
Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
lazyUpdate
Type: SystemBoolean
Flag indicating if lazy updating is activated.
See Also