Click or drag to resize

MapCanvasUpdate 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.Canvases
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public abstract 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