Screen::GetBounds Method (Point)
.NET Framework (current version)
Retrieves the bounds of the display that contains the specified point.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- pt
-
Type:
System.Drawing::Point
A Point that specifies the coordinates for which to retrieve the display bounds.
Return Value
Type: System.Drawing::RectangleA Rectangle that specifies the bounds of the display that contains the specified point. In multiple display environments where no display contains the specified point, the display closest to the point is returned.
.NET Framework
Available since 1.1
Available since 1.1
Show: