C# Class LunarEclipse.Model.BottomResizeHeightHandle

Inheritance: ResizeHandle
Show file Open project: mono/lunareclipse

Public Methods

Method Description
BottomResizeHeightHandle ( MoonlightController controller, IHandleGroup group, ILocator locator ) : System

Protected Methods

Method Description
CalculateNewBounds ( Rect oldBounds, Point offset, double cosAngle, double sinAngle ) : Rect

Method Details

BottomResizeHeightHandle() public method

public BottomResizeHeightHandle ( MoonlightController controller, IHandleGroup group, ILocator locator ) : System
controller LunarEclipse.Controller.MoonlightController
group IHandleGroup
locator ILocator
return System

CalculateNewBounds() protected method

protected CalculateNewBounds ( Rect oldBounds, Point offset, double cosAngle, double sinAngle ) : Rect
oldBounds System.Windows.Rect
offset Point
cosAngle double
sinAngle double
return System.Windows.Rect