C# 클래스 Pinta.Core.SimpleHistoryItem

상속: BaseHistoryItem
파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Redo ( ) : void
SimpleHistoryItem ( string icon, string text ) : System
SimpleHistoryItem ( string icon, string text, ImageSurface oldSurface, int layerIndex ) : System
TakeSnapshotOfLayer ( Layer layer ) : void
TakeSnapshotOfLayer ( int layerIndex ) : void
Undo ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

SimpleHistoryItem() 공개 메소드

public SimpleHistoryItem ( string icon, string text ) : System
icon string
text string
리턴 System

SimpleHistoryItem() 공개 메소드

public SimpleHistoryItem ( string icon, string text, ImageSurface oldSurface, int layerIndex ) : System
icon string
text string
oldSurface Cairo.ImageSurface
layerIndex int
리턴 System

TakeSnapshotOfLayer() 공개 메소드

public TakeSnapshotOfLayer ( Layer layer ) : void
layer Layer
리턴 void

TakeSnapshotOfLayer() 공개 메소드

public TakeSnapshotOfLayer ( int layerIndex ) : void
layerIndex int
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void