C# 클래스 MonoHotDraw.Samples.ActorFigure

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

공개 메소드들

메소드 설명
ActorFigure ( ) : System
BasicDraw ( Cairo context ) : void
BasicDrawSelected ( Context context ) : void
ConnectorAt ( double x, double y ) : IConnector
ContainsPoint ( double x, double y ) : bool
CreateFigureTool ( IDrawingEditor editor, ITool dt ) : ITool
FindName ( double x, double y ) : LabelFigure

보호된 메소드들

메소드 설명
OnFigureChanged ( MonoHotDraw.Figures.FigureEventArgs e ) : void

비공개 메소드들

메소드 설명
UpdateNamePosition ( ) : void

메소드 상세

ActorFigure() 공개 메소드

public ActorFigure ( ) : System
리턴 System

BasicDraw() 공개 메소드

public BasicDraw ( Cairo context ) : void
context Cairo
리턴 void

BasicDrawSelected() 공개 메소드

public BasicDrawSelected ( Context context ) : void
context Context
리턴 void

ConnectorAt() 공개 메소드

public ConnectorAt ( double x, double y ) : IConnector
x double
y double
리턴 IConnector

ContainsPoint() 공개 메소드

public ContainsPoint ( double x, double y ) : bool
x double
y double
리턴 bool

CreateFigureTool() 공개 메소드

public CreateFigureTool ( IDrawingEditor editor, ITool dt ) : ITool
editor IDrawingEditor
dt ITool
리턴 ITool

FindName() 공개 메소드

public FindName ( double x, double y ) : LabelFigure
x double
y double
리턴 LabelFigure

OnFigureChanged() 보호된 메소드

protected OnFigureChanged ( MonoHotDraw.Figures.FigureEventArgs e ) : void
e MonoHotDraw.Figures.FigureEventArgs
리턴 void