C# 클래스 Pinta.Core.UpdateLayerPropertiesHistoryItem

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void
UpdateLayerPropertiesHistoryItem ( string icon, string text, int layerIndex, LayerProperties initialProperties, LayerProperties updatedProperties ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void

UpdateLayerPropertiesHistoryItem() 공개 메소드

public UpdateLayerPropertiesHistoryItem ( string icon, string text, int layerIndex, LayerProperties initialProperties, LayerProperties updatedProperties ) : System
icon string
text string
layerIndex int
initialProperties LayerProperties
updatedProperties LayerProperties
리턴 System