Class uiimageFinder
Finds images displayed in user interface (UI). Contains data and parameters of image(s) or color(s) to find.
public class uiimageFinder
Remarks
Can be used instead of uiimage.find.
Namespace: Au
Assembly: Au.dll
Constructors
| Name | Description |
|---|---|
| uiimageFinder(IFImage, IFFlags, int, Func<uiimage, IFAlso>) | Stores image/color data and search settings in this object. Loads images if need. See uiimage.find. |
Properties
| Name | Description |
|---|---|
| Result | Returns uiimage object that contains the rectangle of the found image and can click it etc. |
Methods
| Name | Description |
|---|---|
| Exists(IFArea) | Finds the first image displayed in the specified window or other area. See uiimage.find. |
| Exists(IFArea, Seconds) | Finds the first image displayed in the specified window or other area. Can wait and throw NotFoundException. |
| Find(IFArea) | Finds the first image displayed in the specified window or other area. See uiimage.find. |
| Find(IFArea, Seconds) | Finds the first image displayed in the specified window or other area. Can wait and throw NotFoundException. |
| Wait(Seconds, IFArea) | See uiimage.wait. |
| WaitNot(Seconds, IFArea) | See uiimage.waitNot. |