IUIX_PolygonSrc::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 20: Line 20:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_PolygonSrc|IUIX_PolygonSrc]].
+
[[PXV:IUIX_PolygonSrc|IUIX_PolygonSrc]]

Revision as of 05:56, 23 May 2015


Property Item of interface IUIX_PolygonSrc returns/sets Pointer to tagPOINTF ...

Syntax

HRESULT get_Item([in]           ULONG       nIndex,
                 [out, retval]  tagPOINTF*  pItem);
HRESULT put_Item([in]  ULONG       nIndex,
                 [in]  tagPOINTF*  pItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

IUIX_PolygonSrc