PXC_QuadF Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:PXC_QuadF Structure}}
 
{{#customTitle:PXC_QuadF Structure}}
 
{{#parentPage:PXV:PXC|PXC_QuadF Structure|structure}}
 
{{#parentPage:PXV:PXC|PXC_QuadF Structure|structure}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the four [[PXV:PXC_PointF|point]] structure for the polygon.
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 15:
 
== Members ==
 
== Members ==
 
;pt
 
;pt
: Array of [[PXV:PXC_PointF|PXC_PointF]] ...
+
: Array of [[PXV:PXC_PointF|PXC_PointF]] containing the for points of the polygon.
  
 
== See Also ==
 
== See Also ==
See also ...
+
See also [[PXV:PXC_PointF|PXC_PointF]]

Revision as of 07:49, 6 May 2015


Specifies the four point structure for the polygon.

Syntax

struct PXC_QuadF
{
    PXC_PointF pt[4];
};

Members

pt
Array of PXC_PointF containing the for points of the polygon.

See Also

See also PXC_PointF