Method

VipsRectequalsrect

Declaration [src]

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

Description [src]

Is r1 equal to r2?

Parameters

r2

Type: VipsRect

Second rectangle.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if r1 is equal to r2.