C# Class LunarEclipse.Model.LineCreationTool

Inheritance: ShapeCreationTool
Show file Open project: mono/lunareclipse

Public Methods

Method Description
LineCreationTool ( MoonlightController controller ) : System.Windows

Protected Methods

Method Description
CreateShape ( ) : UIElement
UpdateShape ( ) : void

Method Details

CreateShape() protected method

protected CreateShape ( ) : UIElement
return System.Windows.UIElement

LineCreationTool() public method

public LineCreationTool ( MoonlightController controller ) : System.Windows
controller LunarEclipse.Controller.MoonlightController
return System.Windows

UpdateShape() protected method

protected UpdateShape ( ) : void
return void