Show / Hide Table of Contents

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 default. Examples: 10, ^10 (reverse), .5f (fraction).

y  (Coord)

Y coordinate in screen. Not used if default.

Returns
bool