C# 클래스 Pinta.Core.SwapLayersHistoryItem

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

공개 메소드들

메소드 설명
Redo ( ) : void
SwapLayersHistoryItem ( string icon, string text, int layer1, int layer2 ) : System
Undo ( ) : void

비공개 메소드들

메소드 설명
Swap ( ) : void

메소드 상세

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

SwapLayersHistoryItem() 공개 메소드

public SwapLayersHistoryItem ( string icon, string text, int layer1, int layer2 ) : System
icon string
text string
layer1 int
layer2 int
리턴 System

Undo() 공개 메소드

public Undo ( ) : void
리턴 void