C# Class LunarEclipse.Model.PolyLineCreationTool

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateShape ( ) : UIElement
UpdateShape ( ) : void

Method Details

CreateShape() protected méthode

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

MouseDown() public méthode

public MouseDown ( System.Windows.Input.MouseEventArgs ev ) : void
ev System.Windows.Input.MouseEventArgs
Résultat void

MouseMove() public méthode

public MouseMove ( System.Windows.Input.MouseEventArgs ev ) : void
ev System.Windows.Input.MouseEventArgs
Résultat void

PolyLineCreationTool() public méthode

public PolyLineCreationTool ( MoonlightController controller ) : System
controller LunarEclipse.Controller.MoonlightController
Résultat System

UpdateShape() protected méthode

protected UpdateShape ( ) : void
Résultat void