Click or drag to resize

ScreenAreaCapture(Rectangle) Method

Performs a screen capture the given Rectangle.

Namespace: GSF.Windows.Forms
Assembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.181-beta
Syntax
public static Bitmap Capture(
	Rectangle captureArea
)
View Source

Parameters

captureArea  Rectangle
Screen area Rectangle to capture.

Return Value

Bitmap
Captured screen image for given area.
See Also