C# 클래스 Pinta.Core.ResizeHistoryItem

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Redo ( ) : void
ResizeHistoryItem ( int oldWidth, int oldHeight ) : System
Undo ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

ResizeHistoryItem() 공개 메소드

public ResizeHistoryItem ( int oldWidth, int oldHeight ) : System
oldWidth int
oldHeight int
리턴 System

Undo() 공개 메소드

public Undo ( ) : void
리턴 void