![]() |
PDFix SDK
7.2.0
|
PdfRect. More...
#include <pdfix.h>
Public Attributes | |
float | left |
float | top |
float | right |
float | bottom |
PdfRect.
A data structure representing a rectangle in a user space (a quadrilateral having only horizontal and vertical sides) The coordinate system is defined so that (0,0) is at the top, x increases to the right, and y increases down. A PdfRect is defined so that its top is above its bottom, but this means that 0 < top < bottom.
float _PdfRect::bottom |
The y-coordinate of the lower-right corner of the rectangle.
float _PdfRect::left |
The x-coordinate of the upper-left corner of the rectangle.
float _PdfRect::right |
The x-coordinate of the lower-right corner of the rectangle.
float _PdfRect::top |
The y-coordinate of the upper-left corner of the rectangle.