AGI STK X 11Send comments on this topic.
ZoomOut Method (AgUiAx2DCntrl)
See Also
Windows






Windows & Linux

Description

Zoom out to view a larger portion of a previously magnified map.

Syntax

[Visual Basic .NET]
Public Sub ZoomOut()
[C#]
public void ZoomOut();
[Managed C++]
public: void ZoomOut();
[Java]
public void zoomOut();
[Unmanaged C++]
public: HRESULT ZoomOut();

Remarks

This methods only works when MouseMode is set to automatic (default).

See Also

Example

[Visual Basic .NET]
Me.AxAgUiAx2DCntrl1.ZoomOut()
© 2019 Analytical Graphics, Inc. All Rights Reserved.