C# 클래스 MonoHotDraw.Samples.AnalogClockHandHandle

상속: MonoHotDraw.Handles.LocatorHandle
파일 보기 프로젝트 열기: mono/monohotdraw

공개 메소드들

메소드 설명
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

메소드 상세

AnalogClockHandHandle() 공개 메소드

public AnalogClockHandHandle ( IFigure owner, ILocator locator ) : System
owner IFigure
locator ILocator
리턴 System

CreateCursor() 공개 메소드

public CreateCursor ( ) : Gdk.Cursor
리턴 Gdk.Cursor

Draw() 공개 메소드

public Draw ( Context context ) : void
context Cairo.Context
리턴 void

InvokeEnd() 공개 메소드

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

InvokeStart() 공개 메소드

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

InvokeStep() 공개 메소드

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