Component.contains

Checks whether the specified point is within the extent of the component.

class Component
int
contains

Parameters

x int

x coordinate

y int

y coordinate

coordType AtkCoordType

specifies whether the coordinates are relative to the screen or to the components top level window

Return Value

Type: int

TRUE or FALSE indicating whether the specified point is within the extent of the component or not

Meta