PXC_QuadF Structure
From PDF XChange PDF SDK
Line 15: | Line 15: | ||
== Members == | == Members == | ||
;pt | ;pt | ||
− | : Array of [[PXV:PXC_PointF|PXC_PointF]] containing the | + | : Array of [[PXV:PXC_PointF|PXC_PointF]] containing the four points of the polygon. |
== See Also == | == See Also == | ||
See also [[PXV:PXC_PointF|PXC_PointF]] | See also [[PXV:PXC_PointF|PXC_PointF]] |
Revision as of 06:51, 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 four points of the polygon.
See Also
See also PXC_PointF