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