Package: gsk

Function gsk:rounded-rect-intersects-rect

Lambda List

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

Arguments

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

Return Value

True if other intersects with the rounded rectangle.

Details

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

See also

#2023-10-28