Screen Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Gets or sets a value indicating whether the specified object is equal to this Screen.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() ![]() | FromControl(Control^) | Retrieves a Screen for the display that contains the largest portion of the specified control. |
![]() ![]() | FromHandle(IntPtr) | Retrieves a Screen for the display that contains the largest portion of the object referred to by the specified handle. |
![]() ![]() | FromPoint(Point) | Retrieves a Screen for the display that contains the specified point. |
![]() ![]() | FromRectangle(Rectangle) | Retrieves a Screen for the display that contains the largest portion of the rectangle. |
![]() ![]() | GetBounds(Control^) | Retrieves the bounds of the display that contains the largest portion of the specified control. |
![]() ![]() | GetBounds(Point) | Retrieves the bounds of the display that contains the specified point. |
![]() ![]() | GetBounds(Rectangle) | Retrieves the bounds of the display that contains the largest portion of the specified rectangle. |
![]() | GetHashCode() | Computes and retrieves a hash code for an object.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() ![]() | GetWorkingArea(Control^) | Retrieves the working area for the display that contains the largest region of the specified control. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars. |
![]() ![]() | GetWorkingArea(Point) | Retrieves the working area closest to the specified point. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars. |
![]() ![]() | GetWorkingArea(Rectangle) | Retrieves the working area for the display that contains the largest portion of the specified rectangle. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars. |
![]() | MemberwiseClone() | |
![]() | ToString() | Retrieves a string representing this object.(Overrides Object::ToString().) |


