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:intLeft edge of rectangle.
top:intTop edge of rectangle.
width:intWidth of rectangle.
height:intHeight of rectangle.