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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected 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