PXC_Point Structure

From PDF XChange PDF SDK
Jump to: navigation, search
Line 2: Line 2:
 
{{#customTitle:PXC_Point Structure}}
 
{{#customTitle:PXC_Point Structure}}
 
{{#parentPage:PXV:PXC|PXC_Point Structure|structure}}
 
{{#parentPage:PXV:PXC|PXC_Point Structure|structure}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 07:14, 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 ...