C# Class Mojo.SplitSegmentationTool

Inheritance: ToolBase
Mostrar archivo Open project: Rhoana/Mojo

Public Methods

Method Description
MoveZ ( ) : void
OnKeyDown ( System keyEventArgs, int width, int height ) : void
OnKeyUp ( System keyEventArgs, int width, int height ) : void
OnMouseClick ( System mouseEventArgs, 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
Select ( ) : void
SelectSegment ( uint segmentId ) : void
SplitSegmentationTool ( TileManager tileManager, Engine engine ) : System.Windows.Forms

Method Details

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

OnMouseClick() public method

public OnMouseClick ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs 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

Select() public method

public Select ( ) : void
return void

SelectSegment() public method

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

SplitSegmentationTool() public method

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