Click or drag to resize

ScreenAreaCapture(ImageFormat) Method

Performs screen capture over all monitors.

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

Parameters

imageFormat  ImageFormat
Desired ImageFormat for captured Bitmap.

Return Value

Bitmap
Captured screen image over all monitors.
Remarks
Size captured will be for total width and height of all screens relative to their arrangement. An image square will be created large enough to cover all screens for the capture.
See Also