MapMatrix NetGIS Class Library

Command.ZoomToGround Method (Double, Double, Double)

Zoom to ground using WindowFactor This changes the window location as well as its size

public void ZoomToGround(
   double x,
   double y,
   double WindowFactor
);

Parameters

x
Ground X Coordinate
y
Ground y Coordinate
WindowFactor
The scale factor to apply to the current window (e.g. 0.5)

See Also

Command Class | MapMatrix.MapControls Namespace | Command.ZoomToGround Overload List