IUIX_Obj::ClientPtToScreen Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Obj::ClientPtToScreen Method}} | {{#customTitle:IUIX_Obj::ClientPtToScreen Method}} | ||
{{#parentPage:PXV:IUIX_Obj#Methods|ClientPtToScreen|method}} | {{#parentPage:PXV:IUIX_Obj#Methods|ClientPtToScreen|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Converts point from Control coordinates to the Screen coordinates. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT ClientPtToScreen([in] POINT* | + | <pre class="brush:cpp;gutter:false">HRESULT ClientPtToScreen([in] POINT* stClient, |
− | [out] POINT* | + | [out] POINT* stScreen);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;stClient |
− | :[in] Pointer to POINT. | + | :[in] Pointer to POINT containing the Control coordinates. |
− | ; | + | ;stScreen |
− | :[out] Pointer to POINT. | + | :[out] Pointer to POINT containing the resulting screen coordinates. |
== Return Value == | == Return Value == |
Latest revision as of 06:21, 30 June 2017
Converts point from Control coordinates to the Screen coordinates.
Syntax
HRESULT ClientPtToScreen([in] POINT* stClient, [out] POINT* stScreen);
Parameters
- stClient
- [in] Pointer to POINT containing the Control coordinates.
- stScreen
- [out] Pointer to POINT containing the resulting screen coordinates.
Return Value
Returns S_OK if operation was successful or error code in other cases.