C# Class LunarEclipse.Model.RightResizeWidthHandle

Inheritance: ResizeHandle
ファイルを表示 Open project: mono/lunareclipse

Public Methods

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

RightResizeWidthHandle() public method

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