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
)
Public Sub SetZoom (
value As Double,
useAnimation As Boolean
)
public:
void SetZoom(
double value,
bool useAnimation
)
member SetZoom :
value : float *
useAnimation : bool -> unit
Parameters
- value
- Type: SystemDouble
The new level. - useAnimation
- Type: SystemBoolean
If true the zooming is animated.
See Also