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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool GetScreenPoint(
	CefBrowser browser,
	int viewX,
	int viewY,
	ref int screenX,
	ref int screenY
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
viewX
Type: SystemInt32
viewY
Type: SystemInt32
screenX
Type: SystemInt32
screenY
Type: SystemInt32

Return Value

Type: Boolean
See Also