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
)
Public Sub SetXYZ (
xLogicalUnit As Double,
yLogicalUnit As Double,
zoom As Double,
animatePan As Boolean,
animateZoom As Boolean
)
public:
void SetXYZ(
double xLogicalUnit,
double yLogicalUnit,
double zoom,
bool animatePan,
bool animateZoom
)
member SetXYZ :
xLogicalUnit : float *
yLogicalUnit : float *
zoom : float *
animatePan : bool *
animateZoom : bool -> unit
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