PXC_QuadF Structure
From PDF XChange PDF SDK
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 == | ||
− | + | [[PXV:PXC_PointF|PXC_PointF]] |
Revision as of 07: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.