C# Class SphereStudio.Plugins.UndoRedo.ImagePage

Inheritance: HistoryPage
显示文件 Open project: Radnen/spherestudio Class Usage Examples

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ImagePage() public method

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
return Sphere.Core.Editor

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void