Click or drag to resize

ChromiumWebBrowserOnDpiChanged Method

Version 130.1.90
Called when the DPI at which this View is rendered changes.

Namespace: CefSharp.Wpf
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
protected override void OnDpiChanged(
	DpiScale oldDpi,
	DpiScale newDpi
)

Parameters

oldDpi  DpiScale
The previous DPI scale setting.
newDpi  DpiScale
The new DPI scale setting.
See Also