STK Graphics PrimitivesSend comments on this topic.
ControlBounds Property (IAgStkGraphicsOverlay)
See Also
Windows





Windows & Linux

Description

Gets the bounds of the overlay in coordinates relative to the overall 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 ControlBounds() As System.Array
[C#]
public System.Array ControlBounds {get;}
[Managed C++]
public: __property System::Array get_ControlBounds();
[Unmanaged C++]
public: HRESULT get_ControlBounds(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getControlBounds();
[Python - STK API ]
@property
def ControlBounds(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.