ChromiumWebBrowserGetScreenPoint Method |
Version 106.0.290
Called to retrieve the translation from view coordinates to actual screen coordinates.
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 106.0.290.0 (106.0.290.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