C# Class Treefrog.Plugins.Tiles.Commands.CreateTileSelectionCommand

Inheritance: Treefrog.Presentation.Commands.Command
ファイルを表示 Open project: jaquadro/Treefrog

Public Methods

Method Description
CreateTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
Execute ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

CreateTileSelectionCommand() public method

public CreateTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
selectLayer ITileSelectionLayer
return System.Collections.Generic

Execute() public method

public Execute ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void