C# Class Spryt.EditLayerAction

Inheritance: EditAction
Datei anzeigen Open project: Metapyziks/SprytEditor

Public Methods

Method Description
EditLayerAction ( ImageInfo image, Layer layer ) : System
Redo ( ) : void
Undo ( ) : void

Method Details

EditLayerAction() public method

public EditLayerAction ( ImageInfo image, Layer layer ) : System
image ImageInfo
layer Layer
return System

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void