Method | Description | |
---|---|---|
CaptureScreen ( ) : Image |
Creates an Image object containing a screen shot of the entire desktop
|
|
CaptureScreenToFile ( string filename, |
Captures a screen shot of the entire desktop, and saves it to a file
|
|
CaptureWindow ( |
Creates an Image object containing a screen shot of a specific window
|
|
CaptureWindowToFile ( |
Captures a screen shot of a specific window, and saves it to a file
|
public static CaptureScreenToFile ( string filename, |
||
filename | string | |
format | ||
return | void |
public static CaptureWindow ( |
||
handle | The handle to the window. (In windows forms, this is obtained by the Handle property) | |
return | Image |
public static CaptureWindowToFile ( |
||
handle | ||
filename | string | |
format | ||
return | void |