NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MouseEventArgs.X

Gets the x-coordinate of a mouse click.

[Visual Basic]
Public ReadOnly Property X As Integer
[C#]
public int X {get;}
[C++]
public: __property int get_X();
[JScript]
public function get X() : int;

Property Value

The x-coordinate of a mouse click in pixels.

Remarks

The mouse click coordinates are based on the client area of the form.

See Also

MouseEventArgs Class | MouseEventArgs Members | System.WinForms Namespace | Y | Delta