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 19: Line 19:
  
 
== See Also ==
 
== See Also ==
[[PXV:PXC_PointF|PXC_PointF]]
+
[[PXV:IPXC_PageText_CharQuad|IPXC_PageText::CharQuad]], [[PXV:IPXC_QuadsF_Insert|IPXC_QuadsF::Insert]], [[PXV:IPXC_QuadsF_Item|IPXC_QuadsF::Item]], [[PXV:IPXC_RedactInfo_InsertNew|IPXC_RedactInfo::InsertNew]]

Revision as of 06:14, 23 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

IPXC_PageText::CharQuad, IPXC_QuadsF::Insert, IPXC_QuadsF::Item, IPXC_RedactInfo::InsertNew