PXC_PointF Structure

From PDF XChange PDF SDK
Revision as of 07:39, 6 May 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


Specifies the x and y coordinates of the point.

Syntax

struct PXC_PointF
{
    float x;
    float y;
};

Members

x
Specifies the x coordinate of the point.
y
Specifies the y coordinate of the point.

See Also