C# 클래스 MonoHotDraw.Tools.SimpleTextTool

상속: MonoHotDraw.Tools.TextTool
파일 보기 프로젝트 열기: mono/monohotdraw 1 사용 예제들

공개 메소드들

메소드 설명
Deactivate ( ) : void
MouseDown ( MouseEvent ev ) : void
SimpleTextTool ( IDrawingEditor editor, SimpleTextFigure fig, ITool dt ) : System

비공개 메소드들

메소드 설명
CalculateSizeEntry ( ) : void
ChangedHandler ( object sender, EventArgs args ) : void

메소드 상세

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

MouseDown() 공개 메소드

public MouseDown ( MouseEvent ev ) : void
ev MouseEvent
리턴 void

SimpleTextTool() 공개 메소드

public SimpleTextTool ( IDrawingEditor editor, SimpleTextFigure fig, ITool dt ) : System
editor IDrawingEditor
fig MonoHotDraw.Figures.SimpleTextFigure
dt ITool
리턴 System