Package: gsk

Function gsk:rounded-rect-contains-rect

Lambda List

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

Arguments

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

Return Value

True if other is fully contained inside the rounded rectangle.

Details

Checks if the given other is contained inside the rounded rectangle. This function returns false if other extends into one of the rounded corner areas.
 

See also

#2023-10-28