Method

GeglRectangleis_empty

Declaration [src]

gboolean
gegl_rectangle_is_empty (
  const GeglRectangle* rectangle
)

Description [src]

Check if a rectangle has zero area.

Returns TRUE if the width or height of rectangle is 0.

Return value

Returns: gboolean
  No description available.