Click or drag to resize

UntiledCanvasUpdate Method

Updates the map content. The map content consists of all elements of the canvas. This method is for example triggered when the viewport changes.

Namespace:  Ptv.XServer.Controls.Map.Layers.Untiled
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public override void Update(
	UpdateMode updateMode
)

Parameters

updateMode
Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
The update mode tells which kind of change is to be processed by the update call.
See Also