Show / Hide Table of Contents

Enum CRUType

CaptureScreen.RectPointWindowUI UI type.

public enum CRUType

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
Point

Capture only point (coordinates) in screen.

Rect

Capture only rectangle in screen.

Window

Capture only window.

WindowAndPoint

Capture point in window.

WindowAndRect

Capture rectangle in window.

WindowOrRect

Capture window and optionally rectangle in it.

Extension Methods

ExtMisc.HasAny<CRUType>(CRUType, CRUType)
ExtMisc.Has<CRUType>(CRUType, CRUType)
ExtMisc.SetFlag<CRUType>(ref CRUType, CRUType, bool)