IUIX_Obj::ScreenPtToClient Method

From PDF XChange PDF SDK
Jump to: navigation, search
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*  Screen,
+
<pre class="brush:cpp;gutter:false">HRESULT ScreenPtToClient([in]  POINT*  stScreen,
                         [out]  POINT*  Client);</pre>
+
                         [out]  POINT*  stClient);</pre>
  
 
== Parameters ==
 
== Parameters ==
;Screen
+
;stScreen
 
:[in]  Pointer to POINT.
 
:[in]  Pointer to POINT.
;Client
+
;stClient
 
:[out]  Pointer to POINT.
 
:[out]  Pointer to POINT.
  

Revision as of 04: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.

See Also

IUIX_Obj