PDFix SDK  9.0.0
Loading...
Searching...
No Matches
_PdfDevPoint Struct Reference

PdfDevPoint. More...

#include <pdfix.h>

Public Member Functions

 _PdfDevPoint ()

Public Attributes

int x
int y

Detailed Description

PdfDevPoint.

A data structure representing a point in the page view's device space.

Constructor & Destructor Documentation

◆ _PdfDevPoint()

_PdfDevPoint::_PdfDevPoint ( )
inline

Member Data Documentation

◆ x

int _PdfDevPoint::x

The x coordinate of the point in device space.

◆ y

int _PdfDevPoint::y

The y coordinate of the point in device space.