IUIX_CmdItemBox::GetRect Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT GetRect( LONG nRectIndex, | <pre class="brush:cpp;gutter:false">HRESULT GetRect( LONG nRectIndex, | ||
− | [out, retval] RECT* | + | [out, retval] RECT* stRect);</pre> |
== Parameters == | == Parameters == | ||
;nRectIndex | ;nRectIndex | ||
: Value of LONG. | : Value of LONG. | ||
− | ; | + | ;stRect |
:[out, retval] Pointer to RECT. | :[out, retval] Pointer to RECT. | ||
Revision as of 03:14, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetRect( LONG nRectIndex, [out, retval] RECT* stRect);
Parameters
- nRectIndex
- Value of LONG.
- stRect
- [out, retval] Pointer to RECT.
Return Value
Returns S_OK if operation was successful or error code in other cases.