C# 클래스 EarTrumpet.Extensions.WindowExtensions

파일 보기 프로젝트 열기: File-New-Project/EarTrumpet

공개 메소드들

메소드 설명
CalculateDpiFactors ( this window ) : Matrix
DpiHeightFactor ( this window ) : double
DpiWidthFactor ( this window ) : double
HideWithAnimation ( this window ) : void
ShowwithAnimation ( this window ) : void

메소드 상세

CalculateDpiFactors() 공개 정적인 메소드

public static CalculateDpiFactors ( this window ) : Matrix
window this
리턴 Matrix

DpiHeightFactor() 공개 정적인 메소드

public static DpiHeightFactor ( this window ) : double
window this
리턴 double

DpiWidthFactor() 공개 정적인 메소드

public static DpiWidthFactor ( this window ) : double
window this
리턴 double

HideWithAnimation() 공개 정적인 메소드

public static HideWithAnimation ( this window ) : void
window this
리턴 void

ShowwithAnimation() 공개 정적인 메소드

public static ShowwithAnimation ( this window ) : void
window this
리턴 void