C# 클래스 GlowingWindow.Glowing.GlowWindowProcessorBottom

상속: GlowWindowProcessor
파일 보기 프로젝트 열기: WELL-E/LoginSample

공개 메소드들

메소드 설명
GetCursor ( Point point, double actualWidht, double actualHeight ) : System.Windows.Input.Cursor
GetHeight ( double ownerTop, double ownerHeight ) : double
GetHitTestValue ( Point point, double actualWidht, double actualHeight ) : HitTestValues
GetLeft ( double ownerLeft, double ownerWidth ) : double
GetTop ( double ownerTop, double ownerHeight ) : double
GetWidth ( double ownerLeft, double ownerWidth ) : double

메소드 상세

GetCursor() 공개 메소드

public GetCursor ( Point point, double actualWidht, double actualHeight ) : System.Windows.Input.Cursor
point System.Windows.Point
actualWidht double
actualHeight double
리턴 System.Windows.Input.Cursor

GetHeight() 공개 메소드

public GetHeight ( double ownerTop, double ownerHeight ) : double
ownerTop double
ownerHeight double
리턴 double

GetHitTestValue() 공개 메소드

public GetHitTestValue ( Point point, double actualWidht, double actualHeight ) : HitTestValues
point System.Windows.Point
actualWidht double
actualHeight double
리턴 HitTestValues

GetLeft() 공개 메소드

public GetLeft ( double ownerLeft, double ownerWidth ) : double
ownerLeft double
ownerWidth double
리턴 double

GetTop() 공개 메소드

public GetTop ( double ownerTop, double ownerHeight ) : double
ownerTop double
ownerHeight double
리턴 double

GetWidth() 공개 메소드

public GetWidth ( double ownerLeft, double ownerWidth ) : double
ownerLeft double
ownerWidth double
리턴 double