C# Class MonoHotDraw.Samples.ActorFigure

Inheritance: MonoHotDraw.Figures.BaseBoxFigure
Afficher le fichier Open project: mono/monohotdraw

Méthodes publiques

Méthode Description
ActorFigure ( ) : System
BasicDraw ( Cairo context ) : void
BasicDrawSelected ( Context context ) : void
ConnectorAt ( double x, double y ) : IConnector
ContainsPoint ( double x, double y ) : bool
CreateFigureTool ( IDrawingEditor editor, ITool dt ) : ITool
FindName ( double x, double y ) : LabelFigure

Méthodes protégées

Méthode Description
OnFigureChanged ( MonoHotDraw.Figures.FigureEventArgs e ) : void

Private Methods

Méthode Description
UpdateNamePosition ( ) : void

Method Details

ActorFigure() public méthode

public ActorFigure ( ) : System
Résultat System

BasicDraw() public méthode

public BasicDraw ( Cairo context ) : void
context Cairo
Résultat void

BasicDrawSelected() public méthode

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

ConnectorAt() public méthode

public ConnectorAt ( double x, double y ) : IConnector
x double
y double
Résultat IConnector

ContainsPoint() public méthode

public ContainsPoint ( double x, double y ) : bool
x double
y double
Résultat bool

CreateFigureTool() public méthode

public CreateFigureTool ( IDrawingEditor editor, ITool dt ) : ITool
editor IDrawingEditor
dt ITool
Résultat ITool

FindName() public méthode

public FindName ( double x, double y ) : LabelFigure
x double
y double
Résultat LabelFigure

OnFigureChanged() protected méthode

protected OnFigureChanged ( MonoHotDraw.Figures.FigureEventArgs e ) : void
e MonoHotDraw.Figures.FigureEventArgs
Résultat void