Click or drag to resize
ManagedCefBrowserAdapterResize Method
Version 51.0.0

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

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public 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