C# Class EarTrumpet.Extensions.WindowExtensions

Afficher le fichier Open project: File-New-Project/EarTrumpet

Méthodes publiques

Méthode Description
CalculateDpiFactors ( this window ) : Matrix
DpiHeightFactor ( this window ) : double
DpiWidthFactor ( this window ) : double
HideWithAnimation ( this window ) : void
ShowwithAnimation ( this window ) : void

Method Details

CalculateDpiFactors() public static méthode

public static CalculateDpiFactors ( this window ) : Matrix
window this
Résultat Matrix

DpiHeightFactor() public static méthode

public static DpiHeightFactor ( this window ) : double
window this
Résultat double

DpiWidthFactor() public static méthode

public static DpiWidthFactor ( this window ) : double
window this
Résultat double

HideWithAnimation() public static méthode

public static HideWithAnimation ( this window ) : void
window this
Résultat void

ShowwithAnimation() public static méthode

public static ShowwithAnimation ( this window ) : void
window this
Résultat void