Method
GeglRectangleequal_coords
Declaration [src]
gboolean
gegl_rectangle_equal_coords (
const GeglRectangle* rectangle,
gint x,
gint y,
gint width,
gint height
)
Description [src]
Check if a rectangle is equal to a set of parameters.
Returns TRUE if rectangle
and x
,y
width
x height
are equal.