C# 클래스 Pinta.Core.ClippedSurfaceHistoryItem

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

공개 메소드들

메소드 설명
ClippedSurfaceHistoryItem ( string icon, string text ) : System
ClippedSurfaceHistoryItem ( string icon, string text, IrregularSurface oldSurface, int layerIndex ) : System
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void

메소드 상세

ClippedSurfaceHistoryItem() 공개 메소드

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

ClippedSurfaceHistoryItem() 공개 메소드

public ClippedSurfaceHistoryItem ( string icon, string text, IrregularSurface oldSurface, int layerIndex ) : System
icon string
text string
oldSurface IrregularSurface
layerIndex int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void