WaitForScreenMatchEvent Constructor C# API
Internal use only

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

public WaitForScreenMatchEvent(
	int xPos,
	int yPos,
	int width,
	int height,
	string path,
	int timeout,
	bool poll,
	int pollFrequency,
	int searchRadius
)

Parameters

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
path
Type: System String
Internal use only
timeout
Type: System Int32
Internal use only
poll
Type: System Boolean
Internal use only
pollFrequency
Type: System Int32
Internal use only
searchRadius
Type: System Int32
Internal use only
See Also