IPXC_PolygonSrcF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''stItem''' of interface [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] returns/sets Pointer to [[PXV:PXC_PointF|PXC_PointF]] ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <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 | + | HRESULT put_Item([in] ULONG nIndex, |
− | [in] PXC_PointF* | + | [in] PXC_PointF* stItem); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] | [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] |
Revision as of 02:34, 15 June 2015
Property stItem of interface IPXC_PolygonSrcF returns/sets Pointer to PXC_PointF ...
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.