C# Class MonoHotDraw.Samples.LabelHandle

Inheritance: MonoHotDraw.Handles.AbstractHandle
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
LabelHandle ( IFigure owner ) : System
Locate ( ) : PointD

Method Details

Draw() public méthode

public Draw ( Context context ) : void
context Cairo.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

LabelHandle() public méthode

public LabelHandle ( IFigure owner ) : System
owner IFigure
Résultat System

Locate() public méthode

public Locate ( ) : PointD
Résultat Cairo.PointD