Show / Hide Table of Contents

Method uiimageFinder.WaitNot


Overload

See uiimage.waitNot.

public bool WaitNot(Seconds timeout, IFArea area)
Parameters
timeout  (Seconds)

Timeout, seconds. Can be 0 (infinite), >0 (exception) or <0 (no exception). More info: Wait timeout.

area  (IFArea)

Where to search:

  • wnd - window or control (its client area).
  • elm - UI element.
  • System.Drawing.Bitmap - image.
  • RECT - a rectangle area in screen.
  • IFArea - can contain wnd, elm or Bitmap. Also allows to specify a rectangle in it, which makes the area smaller and the function faster. Example: new(w, (left, top, width, height)).
Returns
bool
Exceptions
Exception

Exceptions of uiimage.waitNot, except those of the constructor.