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
)
Public Sub ZoomAround (
point As Point,
zoom As Double,
animate As Boolean
)
public:
void ZoomAround(
Point point,
double zoom,
bool animate
)
member ZoomAround :
point : Point *
zoom : float *
animate : bool -> unit
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