PXC_PointF Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_PointF Structure}}
 
{{#customTitle:PXC_PointF Structure}}

Revision as of 08:17, 20 May 2015


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