ChromiumWebBrowserSetPopupSizeAndPosition Method |
Version 63.0.0
Sets the popup size and position.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax protected virtual void SetPopupSizeAndPosition(
int width,
int height,
int x,
int y
)
protected:
virtual void SetPopupSizeAndPosition(
int width,
int height,
int x,
int y
)
Parameters
- width
- Type: SystemInt32
The width. - height
- Type: SystemInt32
The height. - x
- Type: SystemInt32
The x. - y
- Type: SystemInt32
The y.
See Also