C# Class GadrocsWorkshop.Helios.Controls.RotarySwitch

Inheritance: HeliosVisual
Afficher le fichier Open project: Gadroc/helios Class Usage Examples

Méthodes publiques

Méthode Description
MouseDown ( Point location ) : void
MouseDrag ( Point location ) : void
MouseUp ( Point location ) : void
ReadXml ( XmlReader reader ) : void
Reset ( ) : void
RotarySwitch ( ) : System
WriteXml ( XmlWriter writer ) : void

Private Methods

Méthode Description
GetAngle ( Point startPoint, Point endPoint ) : double
LabelFormat_PropertyChanged ( object sender, System e ) : void
PositionChanged ( object sender, GadrocsWorkshop.Helios.Controls.RotarySwitchPositionChangeArgs e ) : void
Positions_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
SetPositionAction_Execute ( object action, HeliosActionEventArgs e ) : void
UpdateValueHelp ( ) : void
VectorFromCenter ( Point devicePosition ) : System.Windows.Vector

Method Details

MouseDown() public méthode

public MouseDown ( Point location ) : void
location Point
Résultat void

MouseDrag() public méthode

public MouseDrag ( Point location ) : void
location Point
Résultat void

MouseUp() public méthode

public MouseUp ( Point location ) : void
location Point
Résultat void

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

RotarySwitch() public méthode

public RotarySwitch ( ) : System
Résultat System

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void