PDFix SDK  7.2.0
Loading...
Searching...
No Matches
_PdfRect Struct Reference

PdfRect. More...

#include <pdfix.h>

Public Attributes

float left
 
float top
 
float right
 
float bottom
 

Detailed Description

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.

Member Data Documentation

◆ bottom

float _PdfRect::bottom

The y-coordinate of the lower-right corner of the rectangle.

◆ left

float _PdfRect::left

The x-coordinate of the upper-left corner of the rectangle.

◆ right

float _PdfRect::right

The x-coordinate of the lower-right corner of the rectangle.

◆ top

float _PdfRect::top

The y-coordinate of the upper-left corner of the rectangle.