PXC_Point Structure

From PDF XChange PDF SDK
Revision as of 23:30, 21 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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