C# Class ModernWPF.DpiChangeEventArgs

Contains information on DPI changes.
Inheritance: System.Windows.RoutedEventArgs
Afficher le fichier Open project: soukoku/ModernWPF

Méthodes publiques

Méthode Description
DpiChangeEventArgs ( Window window, int newDpi, double scale ) : System

Initializes a new instance of the DpiChangeEventArgs class.

Method Details

DpiChangeEventArgs() public méthode

Initializes a new instance of the DpiChangeEventArgs class.
public DpiChangeEventArgs ( Window window, int newDpi, double scale ) : System
window System.Windows.Window The window.
newDpi int The new dpi.
scale double The scale.
Résultat System