C# Class GlowingWindow.Glowing.GlowWindowProcessorBottom

Inheritance: GlowWindowProcessor
显示文件 Open project: WELL-E/LoginSample

Public Methods

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

Method Details

GetCursor() public method

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

GetHeight() public method

public GetHeight ( double ownerTop, double ownerHeight ) : double
ownerTop double
ownerHeight double
return double

GetHitTestValue() public method

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

GetLeft() public method

public GetLeft ( double ownerLeft, double ownerWidth ) : double
ownerLeft double
ownerWidth double
return double

GetTop() public method

public GetTop ( double ownerTop, double ownerHeight ) : double
ownerTop double
ownerHeight double
return double

GetWidth() public method

public GetWidth ( double ownerLeft, double ownerWidth ) : double
ownerLeft double
ownerWidth double
return double