Zooms to a given ground coordinate This changes the window location but not the size
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);
Command Class | MapMatrix.MapControls Namespace