C# Class LunarEclipse.Model.TopResizeHeightHandle

Inheritance: ResizeHandle
Show file Open project: mono/lunareclipse

Public Methods

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

Protected Methods

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

Method Details

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

TopResizeHeightHandle() public method

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