IUIX_List::GetItemRect Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_List::GetItemRect Method}}
 
{{#customTitle:IUIX_List::GetItemRect Method}}
{{#parentPage:PXV:IUIX_List#Methods|GetItemRect Method|method}}
+
{{#parentPage:PXV:IUIX_List#Methods|GetItemRect|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 12: Line 12:
 
                     [in]                  LONG  nColumn,
 
                     [in]                  LONG  nColumn,
 
                     [in, defaultvalue(0)]  LONG  nGroup,
 
                     [in, defaultvalue(0)]  LONG  nGroup,
                     [out, retval]          RECT*  pItemRect);</pre>
+
                     [out, retval]          RECT*  stItemRect);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 21: Line 21:
 
;nGroup
 
;nGroup
 
:[in, defaultvalue(0)]  Value of LONG.
 
:[in, defaultvalue(0)]  Value of LONG.
;pItemRect
+
;stItemRect
 
:[out, retval]  Pointer to RECT.
 
:[out, retval]  Pointer to RECT.
  
Line 28: Line 28:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_List|IUIX_List]].
+
[[PXV:IUIX_List|IUIX_List]]

Latest revision as of 04:27, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetItemRect([in]                   LONG   nItem,
                    [in]                   LONG   nColumn,
                    [in, defaultvalue(0)]  LONG   nGroup,
                    [out, retval]          RECT*  stItemRect);

Parameters

nItem
[in] Value of LONG.
nColumn
[in] Value of LONG.
nGroup
[in, defaultvalue(0)] Value of LONG.
stItemRect
[out, retval] Pointer to RECT.

Return Value

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

See Also

IUIX_List