![]() |
PDFix SDK
9.0.0
|
#include <pdfix.h>
Public Member Functions | |
| _PdfDevRect () | |
Public Attributes | |
| int | left |
| int | top |
| int | right |
| int | bottom |
A data structure representing a rectangle in a device space.
|
inline |
| int _PdfDevRect::bottom |
The y-coordinate of the lower-right corner of the rectangle.
| int _PdfDevRect::left |
The x-coordinate of the upper-left corner of the rectangle.
| int _PdfDevRect::right |
The x-coordinate of the lower-right corner of the rectangle.
| int _PdfDevRect::top |
The y-coordinate of the upper-left corner of the rectangle.