IUIX_Obj::ClientRectToScreen Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT ClientRectToScreen([in] RECT* | + | <pre class="brush:cpp;gutter:false">HRESULT ClientRectToScreen([in] RECT* stClient, |
− | [out] RECT* | + | [out] RECT* stScreen);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;stClient |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
− | ; | + | ;stScreen |
:[out] Pointer to RECT. | :[out] Pointer to RECT. | ||
Revision as of 02:05, 4 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ClientRectToScreen([in] RECT* stClient, [out] RECT* stScreen);
Parameters
- stClient
- [in] Pointer to RECT.
- stScreen
- [out] Pointer to RECT.
Return Value
Returns S_OK if operation was successful or error code in other cases.