IPXC_PolygonSrcF::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 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#Properties|Item Property|property}}
+
{{#parentPage:PXV:IPXC_PolygonSrcF#Properties|Item|property}}
{{ToWrite}}
+
 
{{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]] 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*  pItem);
+
                 [out, retval]  PXC_PointF*  stItem);
 
HRESULT put_Item([in]  ULONG        nIndex,
 
HRESULT put_Item([in]  ULONG        nIndex,
                 [in]  PXC_PointF*  pItem);
+
                 [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 03: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.

See Also

IPXC_PolygonSrcF