public void FullEmulationMouseSetOptions( int pause, int pauseVariance, int pointDistanse, float rectangleBasePointPartWidth, float rectangleBasePointPartHeight, float rectangleEndPointPartWidth )
Parameters
- pause
Type: System.Int32
Pause in milliseconds between every mouse point generation.
- pauseVariance
Type: System.Int32
Pause variance (pause +- pauseVariance).
- pointDistanse
Type: System.Int32
The pitch in a straight line between points.
- rectangleBasePointPartWidth
Type: System.Single
Part of the rectangle for start point by the width
- rectangleBasePointPartHeight
Type: System.Single
Part of the rectangle for start point by the height
- rectangleEndPointPartWidth
Type: System.Single
Part of the rectangle for end point by the width