PXC_Point Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_Point Structure}} | {{#customTitle:PXC_Point Structure}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Structures|PXC_Point Structure|structure}} |
{{ToReview}} | {{ToReview}} | ||
Revision as of 22:30, 21 May 2015
Specifies the x and y coordinates of the point.
Syntax
struct PXC_Point { double x; double y; };
Members
- x
- Specifies the x coordinate of the point.
- y
- Specifies the y coordinate of the point.