C# Class MonoHotDraw.Samples.NewConnectionHandle

Inheritance: MonoHotDraw.Handles.LocatorHandle
Afficher le fichier Open project: mono/monohotdraw

Méthodes publiques

Méthode Description
Draw ( Context context ) : void
InvokeEnd ( double x, double y, IDrawingView view ) : void
InvokeStart ( double x, double y, IDrawingView view ) : void
InvokeStep ( double x, double y, IDrawingView view ) : void
NewConnectionHandle ( IFigure owner, ILocator locator ) : System

Méthodes protégées

Méthode Description
CreateConnection ( ) : IConnectionFigure
CreateEndFigure ( ) : IFigure

Method Details

CreateConnection() protected abstract méthode

protected abstract CreateConnection ( ) : IConnectionFigure
Résultat IConnectionFigure

CreateEndFigure() protected abstract méthode

protected abstract CreateEndFigure ( ) : IFigure
Résultat IFigure

Draw() public méthode

public Draw ( Context context ) : void
context Context
Résultat void

InvokeEnd() public méthode

public InvokeEnd ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
Résultat void

InvokeStart() public méthode

public InvokeStart ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
Résultat void

InvokeStep() public méthode

public InvokeStep ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
Résultat void

NewConnectionHandle() public méthode

public NewConnectionHandle ( IFigure owner, ILocator locator ) : System
owner IFigure
locator ILocator
Résultat System