Captures an image of the entire desktop.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public static Bitmap Screenshot() |
| Visual Basic (Declaration) |
|---|
Public Shared Function Screenshot As Bitmap |
Return Value
The screenshot.
Exceptions
| Exception | Condition |
|---|---|
| Gallio.Common.Media..::.ScreenshotNotAvailableException | Thrown if a screenshot cannot be captured at this time. |
