C# Class LunarEclipse.Model.PointHandle

Inheritance: AbstractHandle
Afficher le fichier Open project: mono/lunareclipse

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateContent ( ) : UIElement

Method Details

CreateContent() protected méthode

protected CreateContent ( ) : UIElement
Résultat System.Windows.UIElement

MouseStep() public méthode

public MouseStep ( object sender, System.Windows.Input.MouseEventArgs args ) : void
sender object
args System.Windows.Input.MouseEventArgs
Résultat void

PointHandle() public méthode

public PointHandle ( MoonlightController controller, IHandleGroup group ) : System.Windows
controller LunarEclipse.Controller.MoonlightController
group IHandleGroup
Résultat System.Windows