ScreenshotCaptureScreenshot(Rectangle) Method
Takes a screenshot of the given bounds.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static Image CaptureScreenshot(
Rectangle bounds
)
Public Shared Function CaptureScreenshot (
bounds As Rectangle
) As Image
public:
static Image^ CaptureScreenshot(
Rectangle bounds
)
static member CaptureScreenshot :
bounds : Rectangle -> Image
- bounds Rectangle
- The bounds of the screenshot to capture.
ImageThe
Image of the screenshot