Screen Members
.NET Framework 2.0
Represents a display device or multiple display devices on a single system.
The following tables list the members exposed by the Screen type.
| Name | Description | |
|---|---|---|
| AllScreens | Gets an array of all displays on the system. |
| BitsPerPixel | Gets the number of bits of memory, associated with one pixel of data. |
| Bounds | Gets the bounds of the display. |
| DeviceName | Gets the device name associated with a display. |
| Primary | Gets a value indicating whether a particular display is the primary device. |
| PrimaryScreen | Gets the primary display. |
| WorkingArea | 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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Overridden. |
| FromControl | Retrieves a Screen for the display that contains the largest portion of the specified control. |
| FromHandle | Retrieves a Screen for the display that contains the largest portion of the object referred to by the specified handle. |
| FromPoint | Retrieves a Screen for the display that contains the specified point. |
| FromRectangle | Retrieves a Screen for the display that contains the largest portion of the rectangle. |
| GetBounds | Overloaded. Retrieves the bounds of the display. |
| GetHashCode | Overridden. Computes and retrieves a hash code for an object. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| GetWorkingArea | Overloaded. Retrieves the working area of a display. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overridden. Retrieves a string representing this object. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |