Method

VipsRectincludesrect

Declaration [src]

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

Description [src]

Is r2 a subset of r1?

Parameters

r2

Type: VipsRect

Inner rectangle.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if r2 is a subset of r1.