PXC_QuadF Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_QuadF Structure}}
 
{{#customTitle:PXC_QuadF Structure}}
 +
{{#parentPage:PXV:PXC_Structures|PXC_QuadF|structure}}
 +
{{ToReview}}
  
Specifies the ...
+
Specifies the four [[PXV:PXC_PointF|point]] structure for the polygon.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 16:
 
== Members ==
 
== Members ==
 
;pt
 
;pt
: Array of [[PXV:PXC_PointF|PXC_PointF]] ...
+
: Array of [[PXV:PXC_PointF|PXC_PointF]] containing the four points of the polygon.
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IMathHelper_Quad_HasIntersectF|IMathHelper::Quad_HasIntersectF]], [[PXV:IMathHelper_Quad_PtInF|IMathHelper::Quad_PtInF]], [[PXV:IMathHelper_Quad_To_RectF|IMathHelper::Quad_To_RectF]], [[PXV:IMathHelper_Quad_TransformDF|IMathHelper::Quad_TransformDF]], [[PXV:IMathHelper_Quad_TransformF|IMathHelper::Quad_TransformF]], [[PXV:IMathHelper_Rect_To_QuadF|IMathHelper::Rect_To_QuadF]], [[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]]

Latest revision as of 01:35, 1 December 2017


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

IMathHelper::Quad_HasIntersectF, IMathHelper::Quad_PtInF, IMathHelper::Quad_To_RectF, IMathHelper::Quad_TransformDF, IMathHelper::Quad_TransformF, IMathHelper::Rect_To_QuadF, IPXC_PageText::CharQuad, IPXC_QuadsF::Insert, IPXC_QuadsF::Item, IPXC_RedactInfo::InsertNew