C# Class MonoHotDraw.SteticComponent

Mostrar archivo Open project: mono/monohotdraw Class Usage Examples

Public Methods

Method Description
AddConnection ( IConnectionFigure figure ) : void
AddWithDragging ( IFigure figure ) : void
AddWithResizing ( IFigure figure ) : void
Redo ( ) : void
SteticComponent ( ) : System
Undo ( ) : void

Protected Methods

Method Description
Build ( ) : void
OnUndoStackChanged ( ) : void

Method Details

AddConnection() public method

public AddConnection ( IConnectionFigure figure ) : void
figure IConnectionFigure
return void

AddWithDragging() public method

public AddWithDragging ( IFigure figure ) : void
figure IFigure
return void

AddWithResizing() public method

public AddWithResizing ( IFigure figure ) : void
figure IFigure
return void

Build() protected method

protected Build ( ) : void
return void

OnUndoStackChanged() protected method

protected OnUndoStackChanged ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

SteticComponent() public method

public SteticComponent ( ) : System
return System

Undo() public method

public Undo ( ) : void
return void