The members of System.Windows.Forms.Screen are listed below.
See Also: Inherited members from System.Object
[read-only] static | AllScreens | Screen[].
Gets an array of all displays on the system. |
[read-only] | BitsPerPixel | int.
Gets the number of bits of memory, associated with one pixel of data. |
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the bounds of the display. |
[read-only] | DeviceName | string.
Gets the device name associated with a display. |
[read-only] | Primary | bool.
Gets a value indicating whether a particular display is the primary device. |
[read-only] static | PrimaryScreen | Screen.
Gets the primary display. |
[read-only] | WorkingArea | System.Drawing.Rectangle.
Gets the working area of the display. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars. |
override | Equals(object)
| |
static | FromControl(Control)
| |
static | FromHandle(IntPtr)
| |
static | FromPoint(System.Drawing.Point)
| |
static | FromRectangle(System.Drawing.Rectangle)
| |
static | GetBounds(System.Drawing.Point)
| |
static | GetBounds(System.Drawing.Rectangle)
| |
static | GetBounds(Control)
| |
override | GetHashCode()
| |
static | GetWorkingArea(System.Drawing.Point)
| |
static | GetWorkingArea(System.Drawing.Rectangle)
| |
static | GetWorkingArea(Control)
| |
override | ToString()
|