C# Class MonoHotDraw.SteticComponent

Afficher le fichier Open project: mono/monohotdraw Class Usage Examples

Méthodes publiques

Méthode Description
AddConnection ( IConnectionFigure figure ) : void
AddWithDragging ( IFigure figure ) : void
AddWithResizing ( IFigure figure ) : void
Redo ( ) : void
SteticComponent ( ) : System
Undo ( ) : void

Méthodes protégées

Méthode Description
Build ( ) : void
OnUndoStackChanged ( ) : void

Method Details

AddConnection() public méthode

public AddConnection ( IConnectionFigure figure ) : void
figure IConnectionFigure
Résultat void

AddWithDragging() public méthode

public AddWithDragging ( IFigure figure ) : void
figure IFigure
Résultat void

AddWithResizing() public méthode

public AddWithResizing ( IFigure figure ) : void
figure IFigure
Résultat void

Build() protected méthode

protected Build ( ) : void
Résultat void

OnUndoStackChanged() protected méthode

protected OnUndoStackChanged ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

SteticComponent() public méthode

public SteticComponent ( ) : System
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void