CitrixVirtualUserScript MouseMove Method (MouseButton, KeyModifier, String, Int32, Int32, Int32, Int32, Int32, Int32)C# API
Wait for an image to appear in an area of the screen and then move the mouse over it

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public void MouseMove(
	MouseButton buttonId,
	KeyModifier modifiers,
	string image,
	int xPos,
	int yPos,
	int width,
	int height,
	int searchRadius,
	int timeout
)

Parameters

buttonId
Type: Facilita.Fc.Citrix MouseButton
The mouse button to press
modifiers
Type: Facilita.Fc.Citrix KeyModifier
Any key modifiers to apply
image
Type: System String
The image to be found
xPos
Type: System Int32
the x coordinate of the top left hand corner of the search area
yPos
Type: System Int32
the y coordinate of the top left hand corner of the search area
width
Type: System Int32
the width of the search area
height
Type: System Int32
the height of the search area
searchRadius
Type: System Int32
increase the search area by searchRadius pixels in each direction
timeout
Type: System Int32
The total time in milliseconds to wait before timing out.
See Also