| ChromiumWebBrowserGetScreenPoint Method  | 
Version 118.6.80 
            Called to retrieve the translation from view coordinates to actual screen coordinates. 
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxprotected virtual bool GetScreenPoint(
	int viewX,
	int viewY,
	out int screenX,
	out int screenY
)
protected:
virtual bool GetScreenPoint(
	int viewX, 
	int viewY, 
	[OutAttribute] int% screenX, 
	[OutAttribute] int% screenY
)
Parameters
- viewX
- Type: SystemInt32
 x
- viewY
- Type: SystemInt32
 y
- screenX
- Type: SystemInt32
 screen x
- screenY
- Type: SystemInt32
 screen y
Return Value
Type: 
BooleanReturn true if the screen coordinates were provided.
 See Also
See Also