Click or drag to resize

ManagedCefBrowserAdapterResize Method

Version 75.1.140

[Missing <summary> documentation for "M:CefSharp.ManagedCefBrowserAdapter.Resize(System.Int32,System.Int32)"]

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public virtual void Resize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.Resize(System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.Resize(System.Int32,System.Int32)"]

See Also