Table of Contents

Class Mouse.MouseInterpolators

Namespace
Ranorex
Assembly
Ranorex.Core.dll

Pre-defined mouse interpolation functions

public static class Mouse.MouseInterpolators
Inheritance
Mouse.MouseInterpolators
Inherited Members

Methods

ExponentialSaturation(double, Point, Point)

Exponential position interpolation generates more move events towards the end point.

public static Point ExponentialSaturation(double lambda, Point start, Point end)

Parameters

lambda double

see MouseInterpolationFunction

start Point

see MouseInterpolationFunction

end Point

see MouseInterpolationFunction

Returns

Point

see MouseInterpolationFunction

Linear(double, Point, Point)

Linear position interpolation.

public static Point Linear(double lambda, Point start, Point end)

Parameters

lambda double

see MouseInterpolationFunction

start Point

see MouseInterpolationFunction

end Point

see MouseInterpolationFunction

Returns

Point

see MouseInterpolationFunction