C# Class Pinta.Core.InvertHistoryItem

Inheritance: BaseHistoryItem
Mostrar archivo Open project: xxgreg/Pinta

Public Methods

Method Description
InvertHistoryItem ( InvertType type ) : System
InvertHistoryItem ( InvertType type, int layerIndex ) : System
Redo ( ) : void
Undo ( ) : void

Method Details

InvertHistoryItem() public method

public InvertHistoryItem ( InvertType type ) : System
type InvertType
return System

InvertHistoryItem() public method

public InvertHistoryItem ( InvertType type, int layerIndex ) : System
type InvertType
layerIndex int
return System

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void