C# Class Pinta.Core.AddLayerHistoryItem

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

Méthodes publiques

Méthode Description
AddLayerHistoryItem ( string icon, string text, int newLayerIndex ) : System
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

AddLayerHistoryItem() public méthode

public AddLayerHistoryItem ( string icon, string text, int newLayerIndex ) : System
icon string
text string
newLayerIndex int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void