Method
GeglRectanglecontains
Declaration [src]
gboolean
gegl_rectangle_contains (
const GeglRectangle* parent,
const GeglRectangle* child
)
Description [src]
Checks if the GeglRectangle
child
is fully contained within parent
.
Returns TRUE if the child
is fully contained in parent
.
Parameters
child |
GeglRectangle |
A |
|
The data is owned by the caller of the function. |