C# Class MonoHotDraw.Commands.CutCommand

Inheritance: MonoHotDraw.Commands.FigureTransferCommand
Mostra file Open project: mono/monohotdraw Class Usage Examples

Public Methods

Method Description
CutCommand ( string name, IDrawingEditor editor ) : System
Execute ( ) : void

Method Details

CutCommand() public method

public CutCommand ( string name, IDrawingEditor editor ) : System
name string
editor IDrawingEditor
return System

Execute() public method

public Execute ( ) : void
return void