MapViewSetXYZ Method (Double, Double, Double, 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 animate
)
Public Sub SetXYZ (
xLogicalUnit As Double,
yLogicalUnit As Double,
zoom As Double,
animate As Boolean
)
public:
void SetXYZ(
double xLogicalUnit,
double yLogicalUnit,
double zoom,
bool animate
)
member SetXYZ :
xLogicalUnit : float *
yLogicalUnit : float *
zoom : float *
animate : 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. - animate
- Type: SystemBoolean
Animates the transition.
See Also