Gets or sets the size of the overlay. The
array elements represent the size of the overlay in the order
width, height, width
Screen Overlay Unit, height
Screen Overlay Unit.
Read-write property
[Visual Basic .NET] |
---|
Public Property Size() As System.Array
|
[C#] |
---|
public System.Array Size {get; set;}
|
[Managed C++] |
---|
public: __property System::Array^ get_Size();
|
[Unmanaged C++] |
---|
public: HRESULT get_Size(
|
[Java] |
---|
public Object[] getSize();public void setSize(
|
Shows the format of
the overlay's Size property.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the overlay's Size property.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|