Click or drag to resize

MapViewSetXYZ Method (Double, Double, Double, Boolean, Boolean)

Positions the map to a center and zoom factor.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void SetXYZ(
	double xLogicalUnit,
	double yLogicalUnit,
	double zoom,
	bool animatePan,
	bool animateZoom
)

Parameters

xLogicalUnit
Type: SystemDouble
X-coordinate in logical units.
yLogicalUnit
Type: SystemDouble
Y-coordinate in logical units.
zoom
Type: SystemDouble
The zoom factor according to the standard tiling/zooming scheme.
animatePan
Type: SystemBoolean
Animates the pan transition.
animateZoom
Type: SystemBoolean
Animates the zoom transition.
See Also