Method CaptureScreen.ImageColorRectUI
Overload
UI for capturing an image, color or rectangle on screen.
public static bool ImageColorRectUI(out CIUResult result, CIUFlags flags = 0, AnyWnd owner = default, wnd wCapture = default)
Parameters
result (CIUResult)
Receives results. |
flags (CIUFlags) |
owner (AnyWnd)
A window to minimize temporarily. |
wCapture (wnd)
A window to capture immediately instead of waiting for |
Returns
bool
|
Remarks
Gets all screen pixels and shows in a full-screen topmost window, where the user can select an area.
Cannot capture windows that are always on top of normal topmost windows: 1. Start menu. 2. Topmost windows of UAC uiAccess processes (rare).