C# Class MonoHotDraw.Samples.LabelHandle

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

Public Methods

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

Method Details

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

LabelHandle() public method

public LabelHandle ( IFigure owner ) : System
owner IFigure
return System

Locate() public method

public Locate ( ) : PointD
return Cairo.PointD