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

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

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

FloatTileSelectionCommand() public méthode

public FloatTileSelectionCommand ( MultiTileGridLayer source, ITileSelectionLayer selectLayer ) : System.Collections.Generic
source Treefrog.Framework.Model.MultiTileGridLayer
selectLayer ITileSelectionLayer
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