ChromiumWebBrowserOnDpiChanged Method |
Version 118.6.80 Called when the DPI at which this View is rendered changes.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax protected override void OnDpiChanged(
DpiScale oldDpi,
DpiScale newDpi
)
protected:
virtual void OnDpiChanged(
DpiScale oldDpi,
DpiScale newDpi
) override
Parameters
- oldDpi
- Type: System.WindowsDpiScale
The previous DPI scale setting. - newDpi
- Type: System.WindowsDpiScale
The new DPI scale setting.
See Also