This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Screen Members
Public:
Properties
AllScreens |
Gets an array of all of the displays on the system. |
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 screen. |
Methods
Equals |
Specifies a value that indicates whether the specified object is equal to this one. |
FromControl |
Retrieves a Screen for the monitor that contains the largest region of the window of the control. |
FromHandle |
Retrieves a Screen for the monitor that contains the largest region of the window. |
FromPoint |
Retrieves a Screen for the monitor that contains the specified point. |
FromRectangle |
Retrieves a Screen for the monitor that contains the largest region of the rectangle. |
GetBounds |
Overloaded. Retrieves the bounds of the monitor. |
GetHashCode |
Computes and retrieves a hash code for an object. |
GetType (inherited from Object) |
Gets the Type of the Object. |
GetWorkingArea |
Overloaded. Retrieves the working area for the monitor. |
ToString |
Retrieves a string representing this object. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
Screen Class | System.WinForms Namespace