IUIX_Obj::ScreenPtToClient 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 ScreenPtToClient([in] POINT* | + | <pre class="brush:cpp;gutter:false">HRESULT ScreenPtToClient([in] POINT* stScreen, |
− | [out] POINT* | + | [out] POINT* stClient);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;stScreen |
:[in] Pointer to POINT. | :[in] Pointer to POINT. | ||
− | ; | + | ;stClient |
:[out] Pointer to POINT. | :[out] Pointer to POINT. | ||
Revision as of 03:31, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ScreenPtToClient([in] POINT* stScreen, [out] POINT* stClient);
Parameters
- stScreen
- [in] Pointer to POINT.
- stClient
- [out] Pointer to POINT.
Return Value
Returns S_OK if operation was successful or error code in other cases.