C# 클래스 LunarEclipse.Model.PathCreationTool

상속: ShapeCreationTool
파일 보기 프로젝트 열기: mono/lunareclipse

공개 메소드들

메소드 설명
MouseDown ( System.Windows.Input.MouseEventArgs ev ) : void
MouseMove ( System.Windows.Input.MouseEventArgs ev ) : void
MouseUp ( System.Windows.Input.MouseEventArgs ev ) : void
PathCreationTool ( MoonlightController controller ) : System

보호된 메소드들

메소드 설명
CreateShape ( ) : UIElement
UpdateShape ( ) : void

비공개 메소드들

메소드 설명
AddSegment ( ) : void
RemoveAllFrames ( ) : void
UpdateFrames ( ) : void

메소드 상세

CreateShape() 보호된 메소드

protected CreateShape ( ) : UIElement
리턴 System.Windows.UIElement

MouseDown() 공개 메소드

public MouseDown ( System.Windows.Input.MouseEventArgs ev ) : void
ev System.Windows.Input.MouseEventArgs
리턴 void

MouseMove() 공개 메소드

public MouseMove ( System.Windows.Input.MouseEventArgs ev ) : void
ev System.Windows.Input.MouseEventArgs
리턴 void

MouseUp() 공개 메소드

public MouseUp ( System.Windows.Input.MouseEventArgs ev ) : void
ev System.Windows.Input.MouseEventArgs
리턴 void

PathCreationTool() 공개 메소드

public PathCreationTool ( MoonlightController controller ) : System
controller LunarEclipse.Controller.MoonlightController
리턴 System

UpdateShape() 보호된 메소드

protected UpdateShape ( ) : void
리턴 void