C# Class Pinta.Core.ResizeHistoryItem

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Redo ( ) : void
ResizeHistoryItem ( int oldWidth, int oldHeight ) : System
Undo ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

ResizeHistoryItem() public méthode

public ResizeHistoryItem ( int oldWidth, int oldHeight ) : System
oldWidth int
oldHeight int
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void