C# 클래스 Pinta.Core.AddLayerHistoryItem

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

공개 메소드들

메소드 설명
AddLayerHistoryItem ( string icon, string text, int newLayerIndex ) : System
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void

메소드 상세

AddLayerHistoryItem() 공개 메소드

public AddLayerHistoryItem ( string icon, string text, int newLayerIndex ) : System
icon string
text string
newLayerIndex int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void