PXC_Point Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the ''x'' and ''y'' coordinates of the point. |
== Syntax == | == Syntax == | ||
Line 17: | Line 17: | ||
== Members == | == Members == | ||
;x | ;x | ||
− | : | + | : Specifies the ''x'' coordinate of the point. |
;y | ;y | ||
− | : | + | : Specifies the ''y'' coordinate of the point. |
== See Also == | == See Also == | ||
See also ... | See also ... |
Revision as of 06:10, 6 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.
See Also
See also ...