IUIX_Obj::ClientPtToScreen Method

From PDF XChange PDF SDK
Revision as of 07:21, 30 June 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IUIX_Obj