C# 클래스 MonoHotDraw.Commands.DeleteCommand

상속: MonoHotDraw.Commands.FigureTransferCommand
파일 보기 프로젝트 열기: mono/monohotdraw

공개 메소드들

메소드 설명
DeleteCommand ( string name, IDrawingEditor editor ) : System
Execute ( ) : void

보호된 메소드들

메소드 설명
CreateUndoActivity ( ) : IUndoActivity

메소드 상세

CreateUndoActivity() 보호된 메소드

protected CreateUndoActivity ( ) : IUndoActivity
리턴 IUndoActivity

DeleteCommand() 공개 메소드

public DeleteCommand ( string name, IDrawingEditor editor ) : System
name string
editor IDrawingEditor
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void