![]() |
PDFix SDK
6.5.0
|
PdfRect. More...
Public Attributes | |
double | left |
double | top |
double | right |
double | 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.
double _PdfRect::bottom |
The y-coordinate of the lower-right corner of the rectangle.
double _PdfRect::left |
The x-coordinate of the upper-left corner of the rectangle.
double _PdfRect::right |
The x-coordinate of the lower-right corner of the rectangle.
double _PdfRect::top |
The y-coordinate of the upper-left corner of the rectangle.