Method wnd.ContainsScreenXY
Overload
Returns true
if this window (its rectangle) contains the specified point.
public bool ContainsScreenXY(Coord x, Coord y)
Parameters
x (Coord)
X coordinate in screen. Not used if |
y (Coord)
Y coordinate in screen. Not used if |