Horizontal mouse position relative to the upper left corner of the 3D window.
Read-only property
[Visual Basic .NET] |
---|
Public Property X() As Integer |
[C#] |
---|
public int X {get;} |
[Managed C++] |
---|
public: __property int get_X(); |
[Unmanaged C++] |
---|
public: HRESULT get_X( int * pRetVal ); |
[Java] |
---|
public Integer getX(); |