Click or drag to resize

CefRenderHandlerGetScreenPoint Method

Called to retrieve the translation from view coordinates to actual screen coordinates. Return true if the screen coordinates were provided.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual bool GetScreenPoint(
	CefBrowser browser,
	int viewX,
	int viewY,
	ref int screenX,
	ref int screenY
)

Parameters

browser  CefBrowser
 
viewX  Int32
 
viewY  Int32
 
screenX  Int32
 
screenY  Int32
 

Return Value

Boolean
See Also