STK XSend comments on this topic.
ZoomOut Method (AgUiAx2DCntrl)
See Also  Example
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  zoomOut();
[Unmanaged C++]
public: HRESULT ZoomOut();

Remarks

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

Example

[Visual Basic .NET]Copy Code
Me.AxAgUiAx2DCntrl1.ZoomOut()

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.