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

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

Public Methods

Method Description
Execute ( ) : void
PasteFloatingSelectionCommand ( ITileSelectionLayer selectLayer, TileSelection selection, TileCoord centerOffset ) : System.Collections.Generic
Redo ( ) : void
Undo ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

PasteFloatingSelectionCommand() public method

public PasteFloatingSelectionCommand ( ITileSelectionLayer selectLayer, TileSelection selection, TileCoord centerOffset ) : System.Collections.Generic
selectLayer ITileSelectionLayer
selection Treefrog.Plugins.Tiles.Tools.TileSelection
centerOffset TileCoord
return System.Collections.Generic

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void