DocumentViewerBase.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é lorsque l’échelle PPP change. Définit la résolution PPP du document dynamique sur la nouvelle échelle.
protected:
override void OnDpiChanged(System::Windows::DpiScale oldDpiScaleInfo, System::Windows::DpiScale newDpiScaleInfo);
protected override void OnDpiChanged (System.Windows.DpiScale oldDpiScaleInfo, System.Windows.DpiScale newDpiScaleInfo);
override this.OnDpiChanged : System.Windows.DpiScale * System.Windows.DpiScale -> unit
Protected Overrides Sub OnDpiChanged (oldDpiScaleInfo As DpiScale, newDpiScaleInfo As DpiScale)
Paramètres
- oldDpiScaleInfo
- DpiScale
Le paramètre d’échelle PPP précédent.
- newDpiScaleInfo
- DpiScale
Le nouveau paramètre d’échelle ppp.