C# Class Mojo.MergeSegmentationTool

Inheritance: ToolBase
Mostrar archivo Open project: Rhoana/Mojo

Public Methods

Method Description
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

Method Details

MergeSegmentationTool() public method

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

OnKeyDown() public method

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

OnMouseClick() public method

public OnMouseClick ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
return void

OnMouseMove() public method

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

SelectSegment() public method

public SelectSegment ( uint segmentId ) : void
segmentId uint
return void