C# Class EarTrumpet.Extensions.WindowExtensions

Exibir arquivo Open project: File-New-Project/EarTrumpet

Public Methods

Method 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 method

public static CalculateDpiFactors ( this window ) : Matrix
window this
return Matrix

DpiHeightFactor() public static method

public static DpiHeightFactor ( this window ) : double
window this
return double

DpiWidthFactor() public static method

public static DpiWidthFactor ( this window ) : double
window this
return double

HideWithAnimation() public static method

public static HideWithAnimation ( this window ) : void
window this
return void

ShowwithAnimation() public static method

public static ShowwithAnimation ( this window ) : void
window this
return void