RoundedRect.containsPoint

Checks if the given @point is inside the rounded rectangle.

class RoundedRect
bool
containsPoint

Parameters

point Point

the point to check

Return Value

Type: bool

%TRUE if the @point is inside the rounded rectangle

Meta