C# 클래스 GadrocsWorkshop.Helios.Controls.RotarySwitch

상속: HeliosVisual
파일 보기 프로젝트 열기: Gadroc/helios 1 사용 예제들

공개 메소드들

메소드 설명
MouseDown ( Point location ) : void
MouseDrag ( Point location ) : void
MouseUp ( Point location ) : void
ReadXml ( XmlReader reader ) : void
Reset ( ) : void
RotarySwitch ( ) : System
WriteXml ( XmlWriter writer ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

MouseDown() 공개 메소드

public MouseDown ( Point location ) : void
location Point
리턴 void

MouseDrag() 공개 메소드

public MouseDrag ( Point location ) : void
location Point
리턴 void

MouseUp() 공개 메소드

public MouseUp ( Point location ) : void
location Point
리턴 void

ReadXml() 공개 메소드

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

RotarySwitch() 공개 메소드

public RotarySwitch ( ) : System
리턴 System

WriteXml() 공개 메소드

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void