ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
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