C# 클래스 MonoHotDraw.Samples.LabelHandle

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

공개 메소드들

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

메소드 상세

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

LabelHandle() 공개 메소드

public LabelHandle ( IFigure owner ) : System
owner IFigure
리턴 System

Locate() 공개 메소드

public Locate ( ) : PointD
리턴 Cairo.PointD