ScreenCapture Constructor |
Name | Description | |
---|---|---|
![]() | ScreenCapture() | Creates a new instance of ScreenCapture. |
![]() | ScreenCapture(IntPtr) | Creates a new instance of ScreenCapture specifying the window handle to capture. |
![]() | ScreenCapture(IntPtr, Boolean) | Creates a new instance of ScreenCapture specifying the window handle to capture and whether the entire
window or only the client area is captured. |
![]() | ScreenCapture(IntPtr, Rectangle) | Creates a new instance ScreenCapture specifying the window handle and a rectangular area of the window to
capture. |