Method screen.isInAnyScreen(+ 2 overloads)
Overload
Returns true if point p is in some screen.
public static bool isInAnyScreen(POINT p)
Parameters
| p (POINT) |
Returns
Overload(next)
Returns true if rectangle r intersects with some screen.
public static bool isInAnyScreen(RECT r)
Parameters
| r (RECT) |
Returns
Overload(top)
Returns true if rectangle of window w intersects with some screen.
public static bool isInAnyScreen(wnd w)
Parameters
| w (wnd) |