C# Class Pinta.Core.SimpleHistoryItem

Inheritance: BaseHistoryItem
Show file Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Redo ( ) : void
SimpleHistoryItem ( string icon, string text ) : System
SimpleHistoryItem ( string icon, string text, ImageSurface oldSurface, int layerIndex ) : System
TakeSnapshotOfLayer ( Layer layer ) : void
TakeSnapshotOfLayer ( int layerIndex ) : void
Undo ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

SimpleHistoryItem() public method

public SimpleHistoryItem ( string icon, string text ) : System
icon string
text string
return System

SimpleHistoryItem() public method

public SimpleHistoryItem ( string icon, string text, ImageSurface oldSurface, int layerIndex ) : System
icon string
text string
oldSurface Cairo.ImageSurface
layerIndex int
return System

TakeSnapshotOfLayer() public method

public TakeSnapshotOfLayer ( Layer layer ) : void
layer Layer
return void

TakeSnapshotOfLayer() public method

public TakeSnapshotOfLayer ( int layerIndex ) : void
layerIndex int
return void

Undo() public method

public Undo ( ) : void
return void