C# Class MonoHotDraw.Commands.PasteCommand

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

Méthodes publiques

Méthode Description
PasteCommand ( string name, IDrawingEditor editor ) : System

Méthodes protégées

Méthode Description
CreateUndoActivity ( ) : IUndoActivity

Private Methods

Méthode Description
GetBounds ( FigureCollection figures ) : RectangleD

Method Details

CreateUndoActivity() protected méthode

protected CreateUndoActivity ( ) : IUndoActivity
Résultat IUndoActivity

PasteCommand() public méthode

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