WaitForImageEvent Constructor C# API
Internal use only

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

public WaitForImageEvent(
	string path,
	int xPos,
	int yPos,
	int width,
	int height,
	int searchRadius,
	int timeout
)

Parameters

path
Type: System String
Internal use only
xPos
Type: System Int32
Internal use only
yPos
Type: System Int32
Internal use only
width
Type: System Int32
Internal use only
height
Type: System Int32
Internal use only
searchRadius
Type: System Int32
Internal use only
timeout
Type: System Int32
Internal use only
See Also