Package: gsk

Function gsk:rounded-rect-contains-point

Lambda List

gsk:rounded-rect-contains-point (rect point)

Arguments

rect -- a gsk:rounded-rect instance
point -- a graphene:point-t instance with the point to check

Return Value

True if the point is inside the rounded rectangle.

Details

Checks if the given point is inside the rounded rectangle. This function returns false if the point is in the rounded corner areas.
 

See also

#2023-10-28