C# Class MonoHotDraw.Samples.AnalogClockHandHandle

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

Méthodes publiques

Méthode Description
AnalogClockHandHandle ( IFigure owner, ILocator locator ) : System
CreateCursor ( ) : Gdk.Cursor
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

Method Details

AnalogClockHandHandle() public méthode

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

CreateCursor() public méthode

public CreateCursor ( ) : Gdk.Cursor
Résultat Gdk.Cursor

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