C# Class Mojo.AdjustSegmentationTool

Inheritance: ToolBase
Afficher le fichier Open project: Rhoana/Mojo

Méthodes publiques

Méthode Description
AdjustSegmentationTool ( 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
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

Method Details

AdjustSegmentationTool() public méthode

public AdjustSegmentationTool ( TileManager tileManager, Engine engine ) : System.Windows.Forms
tileManager TileManager
engine Engine
Résultat System.Windows.Forms

MoveZ() public méthode

public MoveZ ( ) : void
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( System keyEventArgs, int width, int height ) : void
keyEventArgs System
width int
height int
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( System keyEventArgs, int width, int height ) : void
keyEventArgs System
width int
height int
Résultat void

OnMouseClick() public méthode

public OnMouseClick ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

OnMouseMove() public méthode

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

OnMouseUp() public méthode

public OnMouseUp ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

SelectSegment() public méthode

public SelectSegment ( uint segmentId ) : void
segmentId uint
Résultat void