PXC_PointF Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:PXC_PointF Structure}}
 
{{#customTitle:PXC_PointF Structure}}
 
{{#parentPage:PXV:PXC|PXC_PointF Structure|structure}}
 
{{#parentPage:PXV:PXC|PXC_PointF Structure|structure}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the ''x'' and ''y'' coordinates of the point.
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 16:
 
== Members ==
 
== Members ==
 
;x
 
;x
: Value of float ...
+
: Specifies the ''x'' coordinate of the point.
 
;y
 
;y
: Value of float ...
+
: Specifies the ''y'' coordinate of the point.
  
 
== See Also ==
 
== See Also ==
 
See also ...
 
See also ...

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

See also ...