ChromiumWebBrowserResizeBrowser Method |
Version 130.1.90
Resizes the browser to the specified width and height.
If width and height are both 0 then the browser
will be hidden and resource usage will be minimised.
Namespace: CefSharp.WinFormsAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax protected override void ResizeBrowser(
int width,
int height
)
protected:
virtual void ResizeBrowser(
int width,
int height
) override
Parameters
- width Int32
- width
- height Int32
- height
See Also