C# 클래스 Mojo.DrawMergeSegmentationTool

상속: ToolBase
파일 보기 프로젝트 열기: Rhoana/Mojo

공개 메소드들

메소드 설명
DrawMergeSegmentationTool ( TileManager tileManager, Engine engine ) : System.Windows.Forms
MoveZ ( ) : void
OnKeyDown ( System keyEventArgs, int width, int height ) : void
OnKeyUp ( System keyEventArgs, int width, int height ) : void
OnMouseDown ( System mouseEventArgs, int width, int height ) : void
OnMouseMove ( MouseEventArgs mouseEventArgs, int width, int height ) : void
OnMouseUp ( System mouseEventArgs, int width, int height ) : void
OnMouseWheel ( System mouseEventArgs, int width, int height ) : void
Select ( ) : void
SelectSegment ( uint segmentId ) : void

메소드 상세

DrawMergeSegmentationTool() 공개 메소드

public DrawMergeSegmentationTool ( TileManager tileManager, Engine engine ) : System.Windows.Forms
tileManager TileManager
engine Engine
리턴 System.Windows.Forms

MoveZ() 공개 메소드

public MoveZ ( ) : void
리턴 void

OnKeyDown() 공개 메소드

public OnKeyDown ( System keyEventArgs, int width, int height ) : void
keyEventArgs System
width int
height int
리턴 void

OnKeyUp() 공개 메소드

public OnKeyUp ( System keyEventArgs, int width, int height ) : void
keyEventArgs System
width int
height int
리턴 void

OnMouseDown() 공개 메소드

public OnMouseDown ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( MouseEventArgs mouseEventArgs, int width, int height ) : void
mouseEventArgs System.Windows.Forms.MouseEventArgs
width int
height int
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
리턴 void

OnMouseWheel() 공개 메소드

public OnMouseWheel ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void

SelectSegment() 공개 메소드

public SelectSegment ( uint segmentId ) : void
segmentId uint
리턴 void