PDFix SDK  6.5.0
_PdfDevRect Struct Reference

PdfDevRect. More...

Public Attributes

int left
 
int top
 
int right
 
int bottom
 

Detailed Description

PdfDevRect.

A data structure representing a rectangle in a device space.

Member Data Documentation

◆ bottom

int _PdfDevRect::bottom

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

◆ left

int _PdfDevRect::left

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

◆ right

int _PdfDevRect::right

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

◆ top

int _PdfDevRect::top

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