PXC_QuadF 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_QuadF Structure}}
 
{{#customTitle:PXC_QuadF Structure}}
Line 18: Line 19:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:PXC_PointF|PXC_PointF]]
+
[[PXV:PXC_PointF|PXC_PointF]]

Revision as of 08:17, 20 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 four points of the polygon.

See Also

PXC_PointF