C# Class SphereStudio.Plugins.UndoRedo.ImageResizePage

Inheritance: HistoryPage
Afficher le fichier Open project: Radnen/spherestudio Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ImageResizePage ( ImageEditControl parent, Image before, Image after ) : Sphere.Core.Editor
Redo ( ) : void
Undo ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ImageResizePage() public méthode

public ImageResizePage ( ImageEditControl parent, Image before, Image after ) : Sphere.Core.Editor
parent SphereStudio.Plugins.Components.ImageEditControl
before System.Drawing.Image
after System.Drawing.Image
Résultat Sphere.Core.Editor

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void