PDFix SDK  6.5.0
_PdfPoint Struct Reference

PdfPoint. More...

Public Attributes

double x
 
double y
 

Detailed Description

PdfPoint.

A data structure representing a point in the user space. To avoid the device-dependent effects of specifying objects in device space, PDF defines a device-independent coordinate system that always bears the same relationship to the current page, regardless of the output device on which printing or displaying occurs. This device-independent coordinate system is called user space. The origin of the user space(0, 0) represents the bottom-left corner of the PDF page. PDF files specify 72 points to 1 physical inch.

Member Data Documentation

◆ x

double _PdfPoint::x

The x coordinate of the point in user space.

◆ y

double _PdfPoint::y

The y coordinate of the point in user space.