IRenderHandlerGetScreenPoint Method  | 
Version 110.0.300 
            Called to retrieve the translation from view coordinates to actual screen coordinates. 
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 110.0.300.0 (110.0.300.0)
Syntaxbool GetScreenPoint(
	int viewX,
	int viewY,
	out int screenX,
	out int screenY
)
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