C# Class LunarEclipse.Model.PolyLineCreationTool

Inheritance: ShapeCreationTool
Show file Open project: mono/lunareclipse

Public Methods

Method Description
MouseDown ( System.Windows.Input.MouseEventArgs ev ) : void
MouseMove ( System.Windows.Input.MouseEventArgs ev ) : void
PolyLineCreationTool ( MoonlightController controller ) : System

Protected Methods

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

Method Details

CreateShape() protected method

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

MouseDown() public method

public MouseDown ( System.Windows.Input.MouseEventArgs ev ) : void
ev System.Windows.Input.MouseEventArgs
return void

MouseMove() public method

public MouseMove ( System.Windows.Input.MouseEventArgs ev ) : void
ev System.Windows.Input.MouseEventArgs
return void

PolyLineCreationTool() public method

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

UpdateShape() protected method

protected UpdateShape ( ) : void
return void