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

Inheritance: Treefrog.Presentation.Commands.Command
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

PasteFloatingSelectionCommand() public méthode

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

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void