CefRenderHandler GetScreenPoint Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual bool GetScreenPoint(
	CefBrowser browser,
	int viewX,
	int viewY,
	ref int screenX,
	ref int screenY
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.GetScreenPoint(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,System.Int32@,System.Int32@)"]

viewX
Type: OnlineSystem Int32

[Missing <param name="viewX"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.GetScreenPoint(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,System.Int32@,System.Int32@)"]

viewY
Type: OnlineSystem Int32

[Missing <param name="viewY"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.GetScreenPoint(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,System.Int32@,System.Int32@)"]

screenX
Type: OnlineSystem Int32 

[Missing <param name="screenX"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.GetScreenPoint(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,System.Int32@,System.Int32@)"]

screenY
Type: OnlineSystem Int32 

[Missing <param name="screenY"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.GetScreenPoint(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,System.Int32@,System.Int32@)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefRenderHandler.GetScreenPoint(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,System.Int32@,System.Int32@)"]

See Also