ChromiumWebBrowserGetScreenPoint Method |
Version 98.1.210
Called to retrieve the translation from view coordinates to actual screen coordinates.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax protected virtual bool GetScreenPoint(
int viewX,
int viewY,
out int screenX,
out int screenY
)
protected:
virtual bool GetScreenPoint(
int viewX,
int viewY,
[OutAttribute] int% screenX,
[OutAttribute] int% screenY
)
Parameters
- viewX
- Type: SystemInt32
x - viewY
- Type: SystemInt32
y - screenX
- Type: SystemInt32
screen x - screenY
- Type: SystemInt32
screen y
Return Value
Type:
BooleanReturn true if the screen coordinates were provided.
See Also