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.

Parameters

x gint
 

X coordinate.

y gint
 

Y coordinate.

width gint
 

Width of rectangle.

height gint
 

Height of rectangle.

Return value

Returns: gboolean
  No description available.