|
ScreenAreaCapture(ImageFormat) Method
|
Performs screen capture over all monitors.
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.230-beta
Syntaxpublic static Bitmap Capture(
ImageFormat imageFormat
)
Public Shared Function Capture (
imageFormat As ImageFormat
) As Bitmap
public:
static Bitmap^ Capture(
ImageFormat^ imageFormat
)
static member Capture :
imageFormat : ImageFormat -> Bitmap
GSF.Windows.Forms.ScreenArea.Capture = function(imageFormat);
View SourceParameters
- imageFormat ImageFormat
- Desired ImageFormat for captured Bitmap.
Return 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