C# Class LunarEclipse.Model.ProportionalShapeCreationTool

Inheritance: ShapeCreationTool
Show file Open project: mono/lunareclipse

Public Methods

Method Description
ProportionalShapeCreationTool ( MoonlightController controller ) : System

Protected Methods

Method Description
NormalizeShape ( double &x, double &y, double &width, double &height ) : void

Method Details

NormalizeShape() protected method

protected NormalizeShape ( double &x, double &y, double &width, double &height ) : void
x double
y double
width double
height double
return void

ProportionalShapeCreationTool() public method

public ProportionalShapeCreationTool ( MoonlightController controller ) : System
controller LunarEclipse.Controller.MoonlightController
return System