C# Class MonoHotDraw.Handles.ToggleButtonHandle

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawOff ( Cairo context, IDrawingView view ) : void
DrawOn ( Cairo context, IDrawingView view ) : void
OnToggled ( ) : void

Private Methods

Méthode Description
Dot5 ( double val ) : double

Method Details

Draw() public méthode

public Draw ( Cairo context, IDrawingView view ) : void
context Cairo
view IDrawingView
Résultat void

DrawOff() protected méthode

protected DrawOff ( Cairo context, IDrawingView view ) : void
context Cairo
view IDrawingView
Résultat void

DrawOn() protected méthode

protected DrawOn ( Cairo context, IDrawingView view ) : void
context Cairo
view IDrawingView
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

OnToggled() protected méthode

protected OnToggled ( ) : void
Résultat void

ToggleButtonHandle() public méthode

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