MapMatrix NetGIS Class Library

Command.ZoomToGround Method

Zooms to a given ground coordinate This changes the window location but not the size

Overload List

Zooms to a given ground coordinate This changes the window location but not the size

public void ZoomToGround(double,double);

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

public void ZoomToGround(double,double,double);

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

public void ZoomToGround(double,double,int);

See Also

Command Class | MapMatrix.MapControls Namespace