C# 클래스 Mojo.MergeSegmentationTool

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

공개 메소드들

메소드 설명
MergeSegmentationTool ( TileManager tileManager, Engine engine ) : System.Windows.Forms
OnKeyDown ( System keyEventArgs, int width, int height ) : void
OnMouseClick ( System mouseEventArgs, int width, int height ) : void
OnMouseMove ( MouseEventArgs mouseEventArgs, int width, int height ) : void
SelectSegment ( uint segmentId ) : void

메소드 상세

MergeSegmentationTool() 공개 메소드

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

OnKeyDown() 공개 메소드

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

OnMouseClick() 공개 메소드

public OnMouseClick ( 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

SelectSegment() 공개 메소드

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