Click or drag to resize

ShapeCanvasUpdateScales Method

Updates the scale of a whole set of shape elements. All shape elements which are currently visible on the displayed map section are updated.

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

Parameters

updateMode
Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
Mode specifying in which context the update method has been called..
See Also