NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Screen Methods

The methods of the Screen class are listed below. For a complete list of Screen class members, see the Screen Members topic.

Public:

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:

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