Gets or sets the pinning position of the
overlay, relative to the overlay, which determines the point on the
overlay that corresponds to the Position
property. The array represents the pinning position of the overlay
and has a size of 4. The elements are in the order x position, y
position, x
Screen Overlay Unit, y
Screen Overlay Unit.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property PinningPosition() As System.Array
|
| [C#] |
|---|
public System.Array PinningPosition {get; set;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_PinningPosition();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PinningPosition(
|
| [Java] |
|---|
public Object[] getPinningPosition();public void setPinningPosition(
|
Shows the format of
the overlay's PinningPosition property.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the overlay's PinningPosition property.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||