Description
Gets the position that was picked within the picked overlay. The array represents the picked position and has a size of 4. The elements are in the order x position, y position, x screen overlay unit, y screen overlay unit.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Position() As System.Array
|
| [C#] |
|---|
public System.Array Position {get;}
|
| [Managed C++] |
|---|
public: __property System::Array get_Position();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Position(
SAFEARRAY * * ppRetVal
);
|
| [Java] |
|---|
public AgSafeArray getPosition();
|
| [Python - STK API] |
|---|
@property
def Position(self) -> list:
|
See Also