Show / Hide Table of Contents

Class CaptureScreen

Contains functions and tools to capture image, color, window, rectangle or point from screen.

public static class CaptureScreen

Namespace: Au.More
Assembly: Au.dll
Inheritance
object
CaptureScreen

Methods

Name Description
Image(RECT)

Creates image from a rectangle of screen pixels.

Image(wnd, RECT?, CIFlags)

Creates image from a rectangle of window client area pixels.

ImageColorRectUI(out CIUResult, CIUFlags, AnyWnd, wnd)

UI for capturing an image, color or rectangle on screen.

Pixel(POINT)

Gets color of a screen pixel.

Pixel(wnd, POINT, CIFlags)

Gets color of a window pixel.

Pixels(RECT)

Gets pixel colors from a rectangle in screen.

Pixels(wnd, RECT?, CIFlags)

Gets pixel colors from a rectangle in window client area.

RectPointWindowUI(out CRUResult, CRUType, bool, WXYFlags)

UI for capturing a rectangle, point or/and window on screen with Shift key.