Wait for an image to appear in a specified portion of the screen.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
[ObsoleteAttribute("WaitForScreenMatch has been deprecated. Please use WaitForImage instead.")] public Rectangle WaitForScreenMatch( int xPos, int yPos, int width, int height, string bitmapFile, TimeSpan timeout, TimeSpan pollingFrequency, int searchRadius, uint maxDiscrepancy )
Parameters
- xPos
- Type: System Int32
The x co-ordinate of the top-left of the screen rectangle.
- yPos
- Type: System Int32
The y co-ordinate of the top-left of the screen rectangle.
- width
- Type: System Int32
The width of the screen rectangle.
- height
- Type: System Int32
The height of the screen rectangle.
- bitmapFile
- Type: System String
The location and name of the bitmap file to compare relative to the data folder.
- timeout
- Type: System TimeSpan
The time in milliseconds before a TimeoutException is raised
- pollingFrequency
- Type: System TimeSpan
The polling frequency, in milliseconds
- searchRadius
- Type: System Int32
The search radius expands the search area.
- maxDiscrepancy
- Type: System UInt32
The maximum number of pixels that are allowed to fail to match
Return Value
The rectangle where the.image was found. This value is also copied to LastFoundLocationExceptions
Exception | Condition |
---|---|
TimeoutException |
Remarks
See Also