Click or drag to resize

ScreenArea Class

Returns screen area statistics and capture functionality for all connected screens.
Inheritance Hierarchy
SystemObject
  GSF.Windows.FormsScreenArea

Namespace: GSF.Windows.Forms
Assembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.181-beta
Syntax
public static class ScreenArea
View Source

The ScreenArea type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberBottomMostBound Gets the greatest "y" coordinate of all screens on the system
Public propertyStatic memberLeftMostBound Gets the least "x" coordinate of all screens on the system
Public propertyStatic memberMaximumHeight Gets the height of the screen with the highest resolution.
Public propertyStatic memberMaximumWidth Gets the width of the screen with the highest resolution.
Public propertyStatic memberMinimumHeight Gets the height of the screen with the lowest resolution.
Public propertyStatic memberMinimumWidth Gets the width of the screen with the lowest resolution.
Public propertyStatic memberRightMostBound Gets the greatest "x" coordinate of all screens on the system
Public propertyStatic memberTopMostBound Gets the least "y" coordinate of all screens on the system
Public propertyStatic memberTotalHeight Gets the total height of all the screens relative to their arrangement.
Public propertyStatic memberTotalWidth Gets the total width of all the screens relative to their arrangement.
Top
Methods
 NameDescription
Public methodStatic memberCapture Performs screen capture over all monitors.
Public methodStatic memberCapture(ImageFormat) Performs screen capture over all monitors.
Public methodStatic memberCapture(Rectangle) Performs a screen capture the given Rectangle.
Public methodStatic memberCapture(Screen) Performs screen capture for given Screen.
Public methodStatic memberCapture(Rectangle, ImageFormat) Performs a screen capture the given Rectangle and ImageFormat.
Public methodStatic memberCapture(Screen, ImageFormat) Performs screen capture for given Screen and ImageFormat.
Top
See Also