Click or drag to resize
ChromiumWebBrowserGetScreenPoint Method
Version 63.0.0
Called to retrieve the translation from view coordinates to actual screen coordinates.

Namespace: CefSharp.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
protected virtual bool GetScreenPoint(
	int viewX,
	int viewY,
	out int screenX,
	out int screenY
)

Parameters

viewX
Type: SystemInt32
x
viewY
Type: SystemInt32
y
screenX
Type: SystemInt32
screen x
screenY
Type: SystemInt32
screen y

Return Value

Type: Boolean
Return true if the screen coordinates were provided.
See Also