C# 클래스 MonoHotDraw.Samples.NewConnectionHandle

상속: MonoHotDraw.Handles.LocatorHandle
파일 보기 프로젝트 열기: 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
NewConnectionHandle ( IFigure owner, ILocator locator ) : System

보호된 메소드들

메소드 설명
CreateConnection ( ) : IConnectionFigure
CreateEndFigure ( ) : IFigure

메소드 상세

CreateConnection() 보호된 추상적인 메소드

protected abstract CreateConnection ( ) : IConnectionFigure
리턴 IConnectionFigure

CreateEndFigure() 보호된 추상적인 메소드

protected abstract CreateEndFigure ( ) : IFigure
리턴 IFigure

Draw() 공개 메소드

public Draw ( Context context ) : void
context 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

NewConnectionHandle() 공개 메소드

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