Gets the bounds of the overlay relative to
its parent. The array contains the properties defining the bounds
in the order left x location, top y location, width, height.
Read-only property
| [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(
|
| [Java] |
|---|
public Object[] getBounds();
|