IUIX_Obj::ScreenRectToClient Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ScreenRectToClient([in]  RECT*  pScreen,
+
<pre class="brush:cpp;gutter:false">HRESULT ScreenRectToClient([in]  RECT*  stScreen,
                           [out]  RECT*  pClient);</pre>
+
                           [out]  RECT*  stClient);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pScreen
+
;stScreen
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
;pClient
+
;stClient
 
:[out]  Pointer to RECT.
 
:[out]  Pointer to RECT.
  

Latest revision as of 04:31, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ScreenRectToClient([in]   RECT*  stScreen,
                           [out]  RECT*  stClient);

Parameters

stScreen
[in] Pointer to RECT.
stClient
[out] Pointer to RECT.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Obj