Class | Description |
---|---|
ActiveWindowCapture |
Represents the active window capture operation.
|
Capture |
The class defines the functions that allow capturing a
specified UI element (like desktop, active window or specific
region on the screen).
|
CaptureOperation |
The abstract class that represents the capture operation.
|
DesktopCapture |
Represents the desktop capture operation.
|
DrawableCapture |
This abstract class represents a drawing capture operation,
like capture of a specified region or object.
|
ObjectCapture |
Represents the operation that allows capturing a specified object, like a window or control
by means of the mouse cursor.
|
RegionCapture |
Represents the region capture operation.
|
ScreenObjectCapture |
Represents the operation that allows capturing a specified object (like a window or control)
located on the screen by means of the mouse cursor.
|
ScreenObjectCapture.UIElementRect |
Allows displaying the rectangle around a specified UIElement object.
|