ImageGear Professional for Linux
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.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback