MapMatrix NetGIS Class Library

Command.ZoomToGroundWindow Method

Performs a Zoom command. An update will be automatically performed.

Overload List

Performs a Zoom command. An update will be automatically performed.

public void ZoomToGroundWindow(BoundingBox);

Performs a Zoom command.

public void ZoomToGroundWindow(BoundingBox,bool);

Zoom to window region (in ground coordinates) of map image This method will force an Update.

public void ZoomToGroundWindow(double,double,double,double);

Zoom to window region (in ground coordinates) of map image

public void ZoomToGroundWindow(double,double,double,double,bool);

See Also

Command Class | MapMatrix.MapControls Namespace