|
ScreenAreaCapture(Rectangle) Method
|
Performs a screen capture the given Rectangle.
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.230-beta
Syntaxpublic static Bitmap Capture(
Rectangle captureArea
)
Public Shared Function Capture (
captureArea As Rectangle
) As Bitmap
public:
static Bitmap^ Capture(
Rectangle captureArea
)
static member Capture :
captureArea : Rectangle -> Bitmap
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