C# Class Pinta.Core.ResizeHistoryItem

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

Public Methods

Method Description
Dispose ( ) : void
Redo ( ) : void
ResizeHistoryItem ( int oldWidth, int oldHeight ) : System
Undo ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

ResizeHistoryItem() public method

public ResizeHistoryItem ( int oldWidth, int oldHeight ) : System
oldWidth int
oldHeight int
return System

Undo() public method

public Undo ( ) : void
return void