C# 클래스 ICSharpCode.AvalonEdit.Rendering.SingleCharacterElementGenerator.TabGlyphRun

상속: System.Windows.Media.TextFormatting.TextEmbeddedObject
파일 보기 프로젝트 열기: kjk/kjkpub

공개 메소드들

메소드 설명
ComputeBoundingBox ( bool rightToLeft, bool sideways ) : Rect
Draw ( System.Windows.Media.DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways ) : void
Format ( double remainingParagraphWidth ) : System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics
TabGlyphRun ( TabTextElement element, System.Windows.Media.TextFormatting.TextRunProperties properties ) : System

메소드 상세

ComputeBoundingBox() 공개 메소드

public ComputeBoundingBox ( bool rightToLeft, bool sideways ) : Rect
rightToLeft bool
sideways bool
리턴 System.Windows.Rect

Draw() 공개 메소드

public Draw ( System.Windows.Media.DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways ) : void
drawingContext System.Windows.Media.DrawingContext
origin Point
rightToLeft bool
sideways bool
리턴 void

Format() 공개 메소드

public Format ( double remainingParagraphWidth ) : System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics
remainingParagraphWidth double
리턴 System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics

TabGlyphRun() 공개 메소드

public TabGlyphRun ( TabTextElement element, System.Windows.Media.TextFormatting.TextRunProperties properties ) : System
element TabTextElement
properties System.Windows.Media.TextFormatting.TextRunProperties
리턴 System