ScreenCapture Class |
Namespace: Atalasoft.Imaging.WinControls
The ScreenCapture type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
| Area | Gets or sets the rectangular area of the screen or window to capture. | |
| ClientArea | Gets or sets a value indicating whether the entire window is captured or only the client area. | |
| Handle | Gets or sets the handle of the window to capture. |
| Name | Description | |
|---|---|---|
| CaptureScreen | Captures the desktop screen. | |
| CaptureWindow | Captures a window from the handle provided in the Handle property. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |