C# 클래스 MonoHotDraw.Figures.SimpleTextFigure

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

공개 메소드들

메소드 설명
BasicDraw ( Cairo context ) : void
BasicDrawSelected ( Cairo context ) : void
CreateFigureTool ( IDrawingEditor editor, ITool dt ) : ITool
GetAttribute ( FigureAttribute attribute ) : object
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetAttribute ( FigureAttribute attribute, object value ) : void
SimpleTextFigure ( string text ) : System

보호된 메소드들

메소드 설명
DrawText ( Cairo context ) : void
OnTextChanged ( ) : void
RecalculateDisplayBox ( ) : void
SetupLayout ( Cairo context ) : void
SimpleTextFigure ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
GenerateDummyContext ( ) : void

메소드 상세

BasicDraw() 공개 메소드

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

BasicDrawSelected() 공개 메소드

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

CreateFigureTool() 공개 메소드

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

DrawText() 보호된 메소드

protected DrawText ( Cairo context ) : void
context Cairo
리턴 void

GetAttribute() 공개 메소드

public GetAttribute ( FigureAttribute attribute ) : object
attribute FigureAttribute
리턴 object

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

OnTextChanged() 보호된 메소드

protected OnTextChanged ( ) : void
리턴 void

RecalculateDisplayBox() 보호된 메소드

protected RecalculateDisplayBox ( ) : void
리턴 void

SetAttribute() 공개 메소드

public SetAttribute ( FigureAttribute attribute, object value ) : void
attribute FigureAttribute
value object
리턴 void

SetupLayout() 보호된 메소드

protected SetupLayout ( Cairo context ) : void
context Cairo
리턴 void

SimpleTextFigure() 보호된 메소드

protected SimpleTextFigure ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

SimpleTextFigure() 공개 메소드

public SimpleTextFigure ( string text ) : System
text string
리턴 System