ScreenCapture.CaptureScreen Method |
Captures the desktop screen.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic AtalaImage CaptureScreen()
Public Function CaptureScreen As AtalaImage
Return Value
Type:
AtalaImage The captured image.
RemarksTo capture only the workable area of the screen, set the ClientArea property to
true.
If the Area property has been set, ClientArea will be ignored.
See Also