PXC_QuadF Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_QuadF Structure}}
 
{{#customTitle:PXC_QuadF Structure}}
{{#parentPage:PXV:PXC|PXC_QuadF Structure|structure}}
+
{{#parentPage:PXV:PXC_Structures|PXC_QuadF Structure|structure}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 23:30, 21 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