C# Class Spryt.RemoveLayerAction

Inheritance: EditAction
Exibir arquivo Open project: Metapyziks/SprytEditor

Public Methods

Method Description
Redo ( ) : void
RemoveLayerAction ( ImageInfo image, int index, Layer layer ) : System
Undo ( ) : void

Method Details

Redo() public method

public Redo ( ) : void
return void

RemoveLayerAction() public method

public RemoveLayerAction ( ImageInfo image, int index, Layer layer ) : System
image ImageInfo
index int
layer Layer
return System

Undo() public method

public Undo ( ) : void
return void