C# Class Pinta.Core.DeleteLayerHistoryItem

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

Méthodes publiques

Méthode Description
DeleteLayerHistoryItem ( string icon, string text, Layer layer, int layerIndex ) : System
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

DeleteLayerHistoryItem() public méthode

public DeleteLayerHistoryItem ( string icon, string text, Layer layer, int layerIndex ) : System
icon string
text string
layer Layer
layerIndex 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