Class CIUResult
Results of CaptureScreen.ImageColorRectUI.
public class CIUResult
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
color | Captured color in 0xAARRGGBB format. Alpha 0xFF. |
dpiScale | If used flags to get window pixels and the window is DPI-scaled (smaller when capturing), on Windows 10 and later contains the scale factor. Else 1. |
image | Captured image.
|
possiblyWrongWindow | If |
rect | Location of the captured image or rectangle, in screen coordinates. |
w | Window or control containing the captured image or rectangle, if whole image is in its client area. In some cases may be incorrect, for example if windows moved/opened/closed/etc while capturing. |