Struct
VipsRect
Description [src]
struct VipsRect {
int left;
int top;
int width;
int height;
}
A VipsRect
is a rectangular area of pixels. This is a struct for
performing simple rectangle algebra.
Structure members
left
Left edge of rectangle.
top
Top edge of rectangle.
width
Width of rectangle.
height
Height of rectangle.