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:
int
Left edge of rectangle.
top:
int
Top edge of rectangle.
width:
int
Width of rectangle.
height:
int
Height of rectangle.