|
ScreenAreaCapture Method
|
Performs screen capture over all monitors.
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax public static Bitmap Capture()
Public Shared Function Capture As Bitmap
public:
static Bitmap^ Capture()
static member Capture : unit -> Bitmap
GSF.Windows.Forms.ScreenArea.Capture = function();
View SourceReturn Value
BitmapCaptured 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