C# Class Mojo.DrawMergeSegmentationTool

Inheritance: ToolBase
Mostrar archivo Open project: Rhoana/Mojo

Public Methods

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

Method Details

DrawMergeSegmentationTool() public method

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

MoveZ() public method

public MoveZ ( ) : void
return void

OnKeyDown() public method

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

OnKeyUp() public method

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

OnMouseDown() public method

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

OnMouseUp() public method

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

OnMouseWheel() public method

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

Select() public method

public Select ( ) : void
return void

SelectSegment() public method

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