C# Class Pinta.Core.DeleteLayerHistoryItem

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

Public Methods

Method Description
DeleteLayerHistoryItem ( string icon, string text, Layer layer, int layerIndex ) : System
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

DeleteLayerHistoryItem() public method

public DeleteLayerHistoryItem ( string icon, string text, Layer layer, int layerIndex ) : System
icon string
text string
layer Layer
layerIndex 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