C# 클래스 Hyena.Gui.Canvas.TextBlock

상속: Hyena.Gui.Canvas.CanvasItem
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

공개 메소드들

메소드 설명
Arrange ( ) : void
Measure ( Size available ) : Size
TextBlock ( ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
ClippedRender ( Hyena context ) : void

비공개 메소드들

메소드 설명
EnsureLayout ( ) : bool
GetFormattedText ( string text ) : string
GetPangoFontWeight ( FontWeight weight ) : Pango.Weight
GetPangoWrapMode ( TextWrap wrap ) : Pango.WrapMode
GetText ( ) : string
UpdateLayout ( string text, double width, double height, bool forceWidth ) : void

메소드 상세

Arrange() 공개 메소드

public Arrange ( ) : void
리턴 void

ClippedRender() 보호된 메소드

protected ClippedRender ( Hyena context ) : void
context Hyena
리턴 void

Measure() 공개 메소드

public Measure ( Size available ) : Size
available Size
리턴 Size

TextBlock() 공개 메소드

public TextBlock ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string