IPXC_PolygonSrcF::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] returns/sets  Pointer to [[PXV:PXC_PointF|PXC_PointF]] ...
+
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        Index,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG        nIndex,
                 [out, retval]  PXC_PointF*  Item);
+
                 [out, retval]  PXC_PointF*  stItem);
HRESULT put_Item([in]  ULONG        Index,
+
HRESULT put_Item([in]  ULONG        nIndex,
                 [in]  PXC_PointF*  Item);
+
                 [in]  PXC_PointF*  stItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Index
+
;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 03: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.

See Also

IPXC_PolygonSrcF