Harlequin RIP SDK

A rectangle list structure, used to represent a set of planar rectangles. More...

#include "planerects.h"

Data Fields

int32 y2
 Normalized exclusive rectangle corners.
 
struct rectlist_tnext
 The next rectangle in the list.
 

Detailed Description

A rectangle list structure, used to represent a set of planar rectangles.

Rectangles are stored as normalised exclusive coordinates with x1 < x2 and y1 < y2. The (x1,y1) point is inside the rectangle, the (x2,y2) point is just outside of the rectangle.


The documentation for this struct was generated from the following file: