C# Class Pinta.Core.SwapLayersHistoryItem

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

Public Methods

Method Description
Redo ( ) : void
SwapLayersHistoryItem ( string icon, string text, int layer1, int layer2 ) : System
Undo ( ) : void

Private Methods

Method Description
Swap ( ) : void

Method Details

Redo() public method

public Redo ( ) : void
return void

SwapLayersHistoryItem() public method

public SwapLayersHistoryItem ( string icon, string text, int layer1, int layer2 ) : System
icon string
text string
layer1 int
layer2 int
return System

Undo() public method

public Undo ( ) : void
return void