MouseEventArgs.Constructor Constructor

Constructs MouseEventArgs instance from x and y location.

Constructor(
   x as nfloat,
   y as nfloat) as void

Parameters

x
x location of the mouse.
y
y location of the mouse.

Returns

void

Remarks

See Also

MouseEventArgs Class