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

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

Public Methods

Method Description
Execute ( ) : void
FloatTileSelectionCommand ( MultiTileGridLayer source, ITileSelectionLayer selectLayer ) : System.Collections.Generic
Redo ( ) : void
Undo ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

FloatTileSelectionCommand() public method

public FloatTileSelectionCommand ( MultiTileGridLayer source, ITileSelectionLayer selectLayer ) : System.Collections.Generic
source Treefrog.Framework.Model.MultiTileGridLayer
selectLayer ITileSelectionLayer
return System.Collections.Generic

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void