C# Class ICSharpCode.AvalonEdit.Folding.FoldingElementGenerator.FoldingLineElement

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
FoldingLineElement ( System.Windows.Media.FormattedText text, int documentLength ) : 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

FoldingLineElement() public méthode

public FoldingLineElement ( System.Windows.Media.FormattedText text, int documentLength ) : System
text System.Windows.Media.FormattedText
documentLength int
Résultat System