Checks if a bitmap has appeared in an expected position
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
Parameters
- xPos
- Type: System Int32
The x coordinate of the top left hand corner of the rectangle to search
- yPos
- Type: System Int32
The y coordinate of the top left hand corner of the rectangle to search
- width
- Type: System Int32
The width of the rectangle to search
- height
- Type: System Int32
The height of the rectangle to search
- bitmapFile
- Type: System String
The path of the bitmap file to search for
- timeout
- Type: System TimeSpan
The maximum number of milliseconds to wait for the image to appear
- maxDiscrepancy (Optional)
- Type: System UInt32
The maximum number of pixels that are allowed to fail to match
Return Value
Returns true if the image has appeared otherwise false.Remarks
See Also