C# Class Pinta.Core.FinishPixelsHistoryItem

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

Public Methods

Method Description
Dispose ( ) : void
FinishPixelsHistoryItem ( ) : System
Redo ( ) : void
TakeSnapshot ( ) : void
Undo ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FinishPixelsHistoryItem() public method

public FinishPixelsHistoryItem ( ) : System
return System

Redo() public method

public Redo ( ) : void
return void

TakeSnapshot() public method

public TakeSnapshot ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void