C# Class GraphicEditor.Model.Commands.OpenImageCommand

Inheritance: ICommand
显示文件 Open project: msCube/Gallery

Public Methods

Method Description
Execute ( ) : void
OpenImageCommand ( Image image, Layer layer ) : System
Unexecute ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

OpenImageCommand() public method

public OpenImageCommand ( Image image, Layer layer ) : System
image Image
layer Layer
return System

Unexecute() public method

public Unexecute ( ) : void
return void