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





Windows & Linux

Description

Gets the size of the overlay in coordinates relative to the overall globe control. The elements are in the order width, height, width Screen Overlay Unit, height Screen Overlay Unit.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ControlSize() As System.Array
[C#]
public System.Array ControlSize {get;}
[Managed C++]
public: __property System::Array get_ControlSize();
[Unmanaged C++]
public: HRESULT get_ControlSize(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getControlSize();
[Python - STK API ]
@property
def ControlSize(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.