Returns a Screen object for the monitor that contains the specified point.
public static Screen fromPoint( Point point )
point
A Point object that specifies the location for which to retrieve a Screen object.
Returns a Screen object for the monitor that contains the point. If no monitor contains the point, then the monitor closest to the specified point is returned.
See Also fromControl, fromHwnd, fromRectangle