AGI STK Graphics 11 Send comments on this topic.
Bounds Property (IAgStkGraphicsScreenOverlayManager)
See Also 





Description

Gets the overall bounds of the globe control. The array contains the properties defining the bounds in the order left x location, top y location, width, height.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Bounds() As System.Array

[C#]
public System.Array Bounds {get;}

[Managed C++]
public: __property System::Array^ get_Bounds();

[Unmanaged C++]
public: HRESULT get_Bounds(
SAFEARRAY ** ppRetVal
);

[Java]
public Object[] getBounds();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1