IUIX_PolyPolygonSrc::AddPoints Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_PolyPolygonSrc::AddPoints Method}}
 
{{#customTitle:IUIX_PolyPolygonSrc::AddPoints Method}}
{{#parentPage:PXV:IUIX_PolyPolygonSrc|AddPoints Method|method}}
+
{{#parentPage:PXV:IUIX_PolyPolygonSrc#Methods|AddPoints Method|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:05, 21 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT AddPoints([in]                   tagPOINTF*    pItem,
                  [in]                   ULONG         nCount,
                  [in, defaultvalue(0)]  VARIANT_BOOL  bNewPolygon);

Parameters

pItem
[in] Pointer to tagPOINTF.
nCount
[in] Value of ULONG.
bNewPolygon
[in, defaultvalue(0)] Value of VARIANT_BOOL.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_PolyPolygonSrc.