| ChromiumWebBrowserResizeBrowser Method  | 
Version 94.4.20 
            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.WinForms
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 94.4.20.0 (94.4.20.0)
 Syntax
Syntaxprotected override void ResizeBrowser(
	int width,
	int height
)
protected:
virtual void ResizeBrowser(
	int width, 
	int height
) override
Parameters
- width
- Type: SystemInt32
 width
- height
- Type: SystemInt32
 height
 See Also
See Also