Click or drag to resize

ShapeCanvasNeedsUpdate Method

Check if an update of a shape object is necessary, according to the lazy mode or update mode.

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 isLazyUpdate,
	UpdateMode updateMode
)

Parameters

isLazyUpdate
Type: SystemBoolean
Indicates if object should be updated only at the end of a transition.
updateMode
Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
At which part the current transition is.

Return Value

Type: Boolean
True if an update is necessary, otherwise false.
See Also