Initializes the new instance of the MouseArguments class with specified parameters. Parameters initialize the corresponding properies.
Namespace:
PerpetuumSoft.Framework.ModelAssembly: PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1
Syntax
C# |
---|
public MouseArguments( double x, double y, MouseButtons button, int clicks, int delta, bool ctrl, bool alt, bool shift ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ x As Double, _ y As Double, _ button As MouseButtons, _ clicks As Integer, _ delta As Integer, _ ctrl As Boolean, _ alt As Boolean, _ shift As Boolean _ ) |
Visual C++ |
---|
public: MouseArguments( double x, double y, MouseButtons button, int clicks, int delta, bool ctrl, bool alt, bool shift ) |
Parameters
- x
- Type: System..::.Double
- y
- Type: System..::.Double
- button
- Type: System.Windows.Forms..::.MouseButtons
- clicks
- Type: System..::.Int32
- delta
- Type: System..::.Int32
- ctrl
- Type: System..::.Boolean
- alt
- Type: System..::.Boolean
- shift
- Type: System..::.Boolean