ZennoLab Assemblies Documentation
FullEmulationMouseMove Method
Example 

Type: System.Int32

The x coordinate inside tab's area for move mouse.

Type: System.Int32

The y coordinate inside tab's area for move mouse.

Performs the mouse move event to specified coordinates.
Syntax
public void FullEmulationMouseMove( 
   int toX,
   int toY
)

Parameters

toX

Type: System.Int32

The x coordinate inside tab's area for move mouse.

toY

Type: System.Int32

The y coordinate inside tab's area for move mouse.

Example
The following code example demonstrates uses of the FullEmulationMouseMove method.
instance.ActiveTab.FullEmulationMouseMove(500,500);
instance.ActiveTab.FullEmulationMouseMove(50,500);
instance.ActiveTab.FullEmulationMouseMove(250,200);
$instance->ActiveTab->FullEmulationMouseMove(500, 500);
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab Class
Tab Members
Set mouse full emulation options method
Mouse move to element method
Mouse move above element method
Mouse click event method
Current mouse position

Send Feedback