|
ScreenAreaCapture(Rectangle) Method
|
Performs a screen capture the given
Rectangle.
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax GSF.Windows.Forms.ScreenArea.Capture = function(captureArea);
View SourceParameters
- captureArea Rectangle
- Screen area Rectangle to capture.
Return Value
BitmapCaptured screen image for given area.
See Also