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.
Read-only property
[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(); |