Screen::GetWorkingArea Method (Rectangle)
.NET Framework (current version)
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.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rect
-
Type:
System.Drawing::Rectangle
The Rectangle that specifies the area for which to retrieve the working area.
Return Value
Type: System.Drawing::RectangleA Rectangle that specifies the working area. In multiple display environments where no display contains the specified rectangle, the display closest to the rectangle is returned.
.NET Framework
Available since 1.1
Available since 1.1
Show: