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
)
Protected Function NeedsUpdate (
lazyUpdate As Boolean,
updateMode As UpdateMode
) As Boolean
protected:
bool NeedsUpdate(
bool lazyUpdate,
UpdateMode updateMode
)
member NeedsUpdate :
lazyUpdate : bool *
updateMode : UpdateMode -> bool
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:
BooleanSee Also