Show / Hide Table of Contents

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
bool

Overload(next)

Returns true if rectangle r intersects with some screen.

public static bool isInAnyScreen(RECT r)
Parameters
r  (RECT)
Returns
bool

Overload(top)

Returns true if rectangle of window w intersects with some screen.

public static bool isInAnyScreen(wnd w)
Parameters
w  (wnd)
Returns
bool