Table of Contents

Method SendMouseMove

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SendMouseMove(Control, PointD?)

Moves the mouse to the top-left corner of the control.

public virtual bool SendMouseMove(Control control, PointD? offset = null)

Parameters

control Control

Control to which mouse will be moved.

offset PointD?

Additional offset for the mouse movement. Value is in dips (1/96 inch)

Returns

bool

SendMouseMove(PointI)

Moves the mouse to the specified coordinates.

public virtual bool SendMouseMove(PointI point)

Parameters

point PointI

Point to move to, in screen coordinates (pixels).

Returns

bool