C# 클래스 MonoHotDraw.Commands.ChangeAttributeCommand.ChangeAttributeUndoActivity

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

공개 메소드들

메소드 설명
ChangeAttributeUndoActivity ( IDrawingView drawingView, FigureAttribute attribute, object value ) : System
Redo ( ) : bool
Undo ( ) : bool

비공개 메소드들

메소드 설명
SetOriginalValue ( IFigure figure, object value ) : void

메소드 상세

ChangeAttributeUndoActivity() 공개 메소드

public ChangeAttributeUndoActivity ( IDrawingView drawingView, FigureAttribute attribute, object value ) : System
drawingView IDrawingView
attribute FigureAttribute
value object
리턴 System

Redo() 공개 메소드

public Redo ( ) : bool
리턴 bool

Undo() 공개 메소드

public Undo ( ) : bool
리턴 bool