Click or drag to resize

MapViewSetZoom Method

Sets the level of detail according to the standard tiling scheme.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void SetZoom(
	double value,
	bool useAnimation
)

Parameters

value
Type: SystemDouble
The new level.
useAnimation
Type: SystemBoolean
If true the zooming is animated.
See Also