C# Class Pinta.Core.AddLayerHistoryItem

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

Public Methods

Method Description
AddLayerHistoryItem ( string icon, string text, int newLayerIndex ) : System
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

AddLayerHistoryItem() public method

public AddLayerHistoryItem ( string icon, string text, int newLayerIndex ) : System
icon string
text string
newLayerIndex int
return System

Dispose() public method

public Dispose ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void