C# Class LunarEclipse.Model.PointHandle

Inheritance: AbstractHandle
Show file Open project: mono/lunareclipse

Public Methods

Method Description
MouseStep ( object sender, System.Windows.Input.MouseEventArgs args ) : void
PointHandle ( MoonlightController controller, IHandleGroup group ) : System.Windows

Protected Methods

Method Description
CreateContent ( ) : UIElement

Method Details

CreateContent() protected method

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

MouseStep() public method

public MouseStep ( object sender, System.Windows.Input.MouseEventArgs args ) : void
sender object
args System.Windows.Input.MouseEventArgs
return void

PointHandle() public method

public PointHandle ( MoonlightController controller, IHandleGroup group ) : System.Windows
controller LunarEclipse.Controller.MoonlightController
group IHandleGroup
return System.Windows