Méthode | Description | |
---|---|---|
CaptureScreen ( ) : Image | ||
CaptureScreen ( |
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
|
|
ScreenCapture ( ) : System |
public CaptureScreen ( |
||
section | ||
Résultat | Image |
public CaptureScreenToFile ( string filename, |
||
filename | string | |
format | ||
Résultat | void |
public CaptureWindow ( |
||
handle | The handle to the window. (In windows forms, this is obtained by the Handle property) | |
section | ||
Résultat | Image |
public CaptureWindowToFile ( |
||
handle | ||
filename | string | |
format | ||
Résultat | void |