HwndHost.OnDpiChanged(DpiScale, DpiScale) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé en cas de modification des ppp d’affichage de ce HwndHost.
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)
Paramètres
- oldDpi
- DpiScale
Le paramètre d’échelle ppp d’origine.
- newDpi
- DpiScale
Le nouveau paramètre d’échelle ppp.