ILNumerics Ultimate VS

MouseEventArgs Constructor (PointF, MouseEventArgs, Boolean, Boolean, Boolean)

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(
	PointF locationF,
	MouseEventArgs args,
	bool shift,
	bool alt,
	bool control
)

Parameters

locationF
Type: System.DrawingPointF
args
Type: System.Windows.FormsMouseEventArgs
shift
Type: SystemBoolean
alt
Type: SystemBoolean
control
Type: SystemBoolean
See Also

Reference