libmypaint
1.6.0
|
Holds the size and location of a MyPaintRectangle array. More...
#include <mypaint-rectangle.h>
Data Fields | |
int | num_rectangles |
The number of rectangles. More... | |
MyPaintRectangle * | rectangles |
Pointer to a single, or an array of, MyPaintRectangles. More... | |
Holds the size and location of a MyPaintRectangle array.
Only used in the MyPaintSurface2 interface for handling multiple areas affected by a stroke (only actually used in MyPaintTiledSurface2, which implements MyPaintSurface2).
int MyPaintRectangles::num_rectangles |
The number of rectangles.
The number of rectangles that the space pointed to by MyPaintRectangles::rectangles can fit.
MyPaintRectangle* MyPaintRectangles::rectangles |
Pointer to a single, or an array of, MyPaintRectangles.
The space pointed to should fit at least n MyPaintRectangles, where n = MyPaintRectangles::num_rectangles