Window.OnDpiChanged(DpiScale, DpiScale) Method

Definition

Called when the DPI at which this window is rendered changes.

protected:
 override void OnDpiChanged(System::Windows::DpiScale oldDpi, System::Windows::DpiScale newDpi);
protected override void OnDpiChanged(System.Windows.DpiScale oldDpi, System.Windows.DpiScale newDpi);
override this.OnDpiChanged : System.Windows.DpiScale * System.Windows.DpiScale -> unit
Protected Overrides Sub OnDpiChanged (oldDpi As DpiScale, newDpi As DpiScale)

Parameters

oldDpi
DpiScale

The previous DPI scale setting.

newDpi
DpiScale

The new DPI scale setting.

Applies to

製品 バージョン
.NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10