Method

VipsRectincludesrect

Declaration [src]

gboolean
vips_rect_includesrect (
  const VipsRect* r1,
  const VipsRect* r2
)

Description [src]

Is r2 a subset of r1?

Parameters

r2 VipsRect
 

Inner rectangle.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if r2 is a subset of r1.