|
|
Screen
|
The ScreenArea type exposes the following members.
| Name | Description | |
|---|---|---|
| BottomMostBound | Gets the greatest "y" coordinate of all screens on the system | |
| LeftMostBound | Gets the least "x" coordinate of all screens on the system | |
| MaximumHeight | Gets the height of the screen with the highest resolution. | |
| MaximumWidth | Gets the width of the screen with the highest resolution. | |
| MinimumHeight | Gets the height of the screen with the lowest resolution. | |
| MinimumWidth | Gets the width of the screen with the lowest resolution. | |
| RightMostBound | Gets the greatest "x" coordinate of all screens on the system | |
| TopMostBound | Gets the least "y" coordinate of all screens on the system | |
| TotalHeight | Gets the total height of all the screens relative to their arrangement. | |
| TotalWidth | Gets the total width of all the screens relative to their arrangement. |
| Name | Description | |
|---|---|---|
| Capture | Performs screen capture over all monitors. | |
| Capture(ImageFormat) | Performs screen capture over all monitors. | |
| Capture(Rectangle) | Performs a screen capture the given Rectangle. | |
| Capture(Screen) | Performs screen capture for given Screen. | |
| Capture(Rectangle, ImageFormat) | Performs a screen capture the given Rectangle and ImageFormat. | |
| Capture(Screen, ImageFormat) | Performs screen capture for given Screen and ImageFormat. |