RichTextBox.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 cette zone de texte enrichi.
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.