C# Class MonoHotDraw.Commands.PasteCommand

Inheritance: MonoHotDraw.Commands.FigureTransferCommand
ファイルを表示 Open project: mono/monohotdraw Class Usage Examples

Public Methods

Method Description
PasteCommand ( string name, IDrawingEditor editor ) : System

Protected Methods

Method Description
CreateUndoActivity ( ) : IUndoActivity

Private Methods

Method Description
GetBounds ( FigureCollection figures ) : RectangleD

Method Details

CreateUndoActivity() protected method

protected CreateUndoActivity ( ) : IUndoActivity
return IUndoActivity

PasteCommand() public method

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