C# Class Pinta.Core.SwapLayersHistoryItem

Inheritance: BaseHistoryItem
Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

Méthode Description
Redo ( ) : void
SwapLayersHistoryItem ( string icon, string text, int layer1, int layer2 ) : System
Undo ( ) : void

Private Methods

Méthode Description
Swap ( ) : void

Method Details

Redo() public méthode

public Redo ( ) : void
Résultat void

SwapLayersHistoryItem() public méthode

public SwapLayersHistoryItem ( string icon, string text, int layer1, int layer2 ) : System
icon string
text string
layer1 int
layer2 int
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void