Returns a Screen object for the monitor that contains the largest portion of a specified rectangle.
public static Screen fromRectangle( Rectangle rect )
rect
A Rectangle object that specifies the area for which to retrieve the monitor.
Returns a Screen object for the monitor that contains the largest region of the specified rectangle. If no monitor contains the rectangle, then the monitor closest to the rectangle is returned.
See Also fromControl, fromHwnd, fromPoint