C# Class MonoHotDraw.Samples.AnalogClockHandHandle

Inheritance: MonoHotDraw.Handles.LocatorHandle
显示文件 Open project: mono/monohotdraw

Public Methods

Method 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 method

public AnalogClockHandHandle ( IFigure owner, ILocator locator ) : System
owner IFigure
locator ILocator
return System

CreateCursor() public method

public CreateCursor ( ) : Gdk.Cursor
return Gdk.Cursor

Draw() public method

public Draw ( Context context ) : void
context Cairo.Context
return void

InvokeEnd() public method

public InvokeEnd ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
return void

InvokeStart() public method

public InvokeStart ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
return void

InvokeStep() public method

public InvokeStep ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
return void