C# Class SphereStudio.Plugins.UndoRedo.ImagePage

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

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ImagePage() public méthode

public ImagePage ( ImageEditControl parent, Point pos, Image before, Image after ) : Sphere.Core.Editor
parent SphereStudio.Plugins.Components.ImageEditControl
pos System.Drawing.Point
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