Click or drag to resize

ScreenCapture Constructor

Creates a ScreenCapture object that can be used to perform screen and window captures.
Overload List
  NameDescription
Public methodScreenCapture
Creates a new instance of ScreenCapture.
Public methodScreenCapture(IntPtr)
Creates a new instance of ScreenCapture specifying the window handle to capture.
Public methodScreenCapture(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.
Public methodScreenCapture(IntPtr, Rectangle)
Creates a new instance ScreenCapture specifying the window handle and a rectangular area of the window to capture.
Top
See Also