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. |