API Reference > OdExport Classes > TD_PDF_2D_EXPORT Namespace > Structs, Records, Enums > TD_PDF_2D_EXPORT::PDFDevicePoint Structure
TD_PDF_2D_EXPORT::PDFDevicePoint Structure
Syntax
C++
struct PDFDevicePoint { double x; double y; };

Pdf2dExportDevice.h

Members 
Description 
double x; 
X coordinate of the device point 
double y; 
Y coordinate of the device point 

This structure implements the device point.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.