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

상속: ICSharpCode.AvalonEdit.Rendering.FormattedTextElement
파일 보기 프로젝트 열기: kjk/kjkpub

공개 메소드들

메소드 설명
CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun
SpecialCharacterBoxElement ( System.Windows.Media.FormattedText text ) : System

메소드 상세

CreateTextRun() 공개 메소드

public CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun
startVisualColumn int
context ITextRunConstructionContext
리턴 System.Windows.Media.TextFormatting.TextRun

SpecialCharacterBoxElement() 공개 메소드

public SpecialCharacterBoxElement ( System.Windows.Media.FormattedText text ) : System
text System.Windows.Media.FormattedText
리턴 System