C# 클래스 SphereStudio.Plugins.UndoRedo.ImagePage

상속: HistoryPage
파일 보기 프로젝트 열기: Radnen/spherestudio 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ImagePage ( ImageEditControl parent, Point pos, Image before, Image after ) : Sphere.Core.Editor
Redo ( ) : void
Undo ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ImagePage() 공개 메소드

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

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void