ImageGear for C and C++ on Linux v20.0 - Updated
AT_PDF_FIXEDPOINT
API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDF_FIXEDPOINT

Point (in two-dimensional space) represented by two fixed numbers.

Declaration:

 
Copy Code
typedef struct tagAT_PDF_FIXEDPOINT
{
        AT_PDF_FIXED h;
        AT_PDF_FIXED v;
} AT_PDF_FIXEDPOINT;
typedef AT_PDF_FIXEDPOINT FAR* LPAT_PDF_FIXEDPOINT;

Members:

Name Type Description
h AT_PDF_FIXED Horizontal value.
v AT_PDF_FIXED Vertical value.
Is this page helpful?
Yes No
Thanks for your feedback.