Widget.contains

Tests if the point at (x, y) is contained in widget.

The coordinates for (x, y) must be in widget coordinates, so (0, 0) is assumed to be the top left of widget's content area.

class Widget
bool
contains
(
double x
,
double y
)

Parameters

x double

X coordinate to test, relative to widget's origin

y double

Y coordinate to test, relative to widget's origin

Return Value

Type: bool

true if widget contains (x, y).