ILNumerics Ultimate VS

MouseEventArgs Constructor (MouseButtons, Int32, Int32, Int32, Int32, PointF)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the MouseEventArgs class

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public MouseEventArgs(
	MouseButtons button,
	int clicks,
	int x,
	int y,
	int delta,
	PointF locationF
)

Parameters

button
Type: System.Windows.FormsMouseButtons
clicks
Type: SystemInt32
x
Type: SystemInt32
y
Type: SystemInt32
delta
Type: SystemInt32
locationF
Type: System.DrawingPointF
See Also

Reference