Quadrilateral represented by four fixed points (one at each corner); a quadrilateral differs from a rectangle in that the latter must always have horizontal and vertical sides, and opposite sides must be parallel.
Declaration:
Copy Code | |
---|---|
typedef struct tagAT_PDF_FIXEDQUAD
{
AT_PDF_FIXEDPOINT tl, tr, bl, br;
} AT_PDF_FIXEDQUAD;
typedef AT_PDF_FIXEDQUAD FAR* LPAT_PDF_FIXEDQUAD;
|
Members:
Name | Type | Description |
tl | AT_PDF_FIXEDPOINT | Top left value |
tr | AT_PDF_FIXEDPOINT | Top right value |
bl | AT_PDF_FIXEDPOINT | Bottom left value |
br | AT_PDF_FIXEDPOINT | Bottom right value |