C# Class MonoHotDraw.Commands.DeleteCommand

Inheritance: MonoHotDraw.Commands.FigureTransferCommand
Afficher le fichier Open project: mono/monohotdraw

Méthodes publiques

Méthode Description
DeleteCommand ( string name, IDrawingEditor editor ) : System
Execute ( ) : void

Méthodes protégées

Méthode Description
CreateUndoActivity ( ) : IUndoActivity

Method Details

CreateUndoActivity() protected méthode

protected CreateUndoActivity ( ) : IUndoActivity
Résultat IUndoActivity

DeleteCommand() public méthode

public DeleteCommand ( string name, IDrawingEditor editor ) : System
name string
editor IDrawingEditor
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void