C# Class Spryt.AddLayerAction

Inheritance: EditAction
ファイルを表示 Open project: Metapyziks/SprytEditor

Public Methods

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

Method Details

AddLayerAction() public method

public AddLayerAction ( 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