Screenshot Class

Provides methods to capture screenshots.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static class Screenshot
Inheritance
Object    Screenshot

Methods

CaptureScreenshot Takes a screenshot of every screen.
CaptureScreenshot(Rectangle) Takes a screenshot of the given bounds.

See Also