Click or drag to resize

MapViewZoomAround Method

Zooms around a point.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void ZoomAround(
	Point point,
	double zoom,
	bool animate
)

Parameters

point
Type: System.WindowsPoint
Center of the new map section.
zoom
Type: SystemDouble
The zoom factor according to the standard tiling/zooming scheme.
animate
Type: SystemBoolean
Animate the transition to the new map section.
See Also