C# Class ICSharpCode.AvalonEdit.Rendering.SingleCharacterElementGenerator.SpecialCharacterBoxElement

Inheritance: ICSharpCode.AvalonEdit.Rendering.FormattedTextElement
Afficher le fichier Open project: kjk/kjkpub

Méthodes publiques

Méthode Description
CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun
SpecialCharacterBoxElement ( System.Windows.Media.FormattedText text ) : System

Method Details

CreateTextRun() public méthode

public CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun
startVisualColumn int
context ITextRunConstructionContext
Résultat System.Windows.Media.TextFormatting.TextRun

SpecialCharacterBoxElement() public méthode

public SpecialCharacterBoxElement ( System.Windows.Media.FormattedText text ) : System
text System.Windows.Media.FormattedText
Résultat System