C# 클래스 LunarEclipse.Model.PointHandle

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

공개 메소드들

메소드 설명
MouseStep ( object sender, System.Windows.Input.MouseEventArgs args ) : void
PointHandle ( MoonlightController controller, IHandleGroup group ) : System.Windows

보호된 메소드들

메소드 설명
CreateContent ( ) : UIElement

메소드 상세

CreateContent() 보호된 메소드

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

MouseStep() 공개 메소드

public MouseStep ( object sender, System.Windows.Input.MouseEventArgs args ) : void
sender object
args System.Windows.Input.MouseEventArgs
리턴 void

PointHandle() 공개 메소드

public PointHandle ( MoonlightController controller, IHandleGroup group ) : System.Windows
controller LunarEclipse.Controller.MoonlightController
group IHandleGroup
리턴 System.Windows