Method CaptureScreenImage.Capture(+ 1 overload)
Overload
Captures image from window client area into memory stored in this variable.
public bool Capture(wnd w, RECT? r = null, CIFlags flags = CIFlags.WindowDC)
Parameters
w (wnd)
Window or control. |
r (RECT?)
Rectangle in w client area coordinates. If |
flags (CIFlags) |
Returns
bool
|
Overload(top)
Captures image from screen into memory stored in this variable.
public bool Capture(RECT r, bool relaxed = false)
Parameters
Returns
bool
|