IPXC_PolygonSrcF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PolygonSrcF::Item Property}} | {{#customTitle:IPXC_PolygonSrcF::Item Property}} | ||
− | {{#parentPage:PXV:IPXC_PolygonSrcF|Item | + | {{#parentPage:PXV:IPXC_PolygonSrcF#Properties|Item|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''stItem''' of interface [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] returns/sets Pointer to [[PXV:PXC_PointF|PXC_PointF]] containing the polygon's point. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, | ||
− | [out, retval] PXC_PointF* | + | [out, retval] PXC_PointF* stItem); |
HRESULT put_Item([in] ULONG nIndex, | HRESULT put_Item([in] ULONG nIndex, | ||
− | [in] PXC_PointF* | + | [in] PXC_PointF* stItem); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index in the polygon's point array. |
== See Also == | == See Also == | ||
− | [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] | + | [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] |
Latest revision as of 02:55, 18 March 2016
Property stItem of interface IPXC_PolygonSrcF returns/sets Pointer to PXC_PointF containing the polygon's point.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] PXC_PointF* stItem); HRESULT put_Item([in] ULONG nIndex, [in] PXC_PointF* stItem);
Parameters
- nIndex
- [in] Value of ULONG containing the index in the polygon's point array.