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
)
Protected Function NeedsUpdate (
isLazyUpdate As Boolean,
updateMode As UpdateMode
) As Boolean
protected:
bool NeedsUpdate(
bool isLazyUpdate,
UpdateMode updateMode
)
member NeedsUpdate :
isLazyUpdate : bool *
updateMode : UpdateMode -> bool
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:
BooleanTrue if an update is necessary, otherwise false.
See Also