PXC_QuadF Structure

From PDF XChange PDF SDK
Revision as of 07:49, 6 May 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


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