PDFix SDK  6.5.0
_PdfRect Struct Reference

PdfRect. More...

Public Attributes

double left
 
double top
 
double right
 
double 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

double _PdfRect::bottom

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

◆ left

double _PdfRect::left

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

◆ right

double _PdfRect::right

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

◆ top

double _PdfRect::top

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