Click or drag to resize

MapShapeNeedsUpdate Method

Indicates if the update process should be started or not.

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 bool NeedsUpdate(
	bool lazyUpdate,
	UpdateMode updateMode
)

Parameters

lazyUpdate
Type: SystemBoolean
Flag indicating if lazy updating is activated.
updateMode
Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
The update mode tells which kind of change is to be processed by the corresponding update call.

Return Value

Type: Boolean
See Also