C# Class ICSharpCode.AvalonEdit.Folding.FoldingElementGenerator

A VisualLineElementGenerator that produces line elements for folded FoldingSections.
Inheritance: ICSharpCode.AvalonEdit.Rendering.VisualLineElementGenerator
Afficher le fichier Open project: kjk/kjkpub Class Usage Examples

Méthodes publiques

Méthode Description
ConstructElement ( int offset ) : ICSharpCode.AvalonEdit.Rendering.VisualLineElement
GetFirstInterestedOffset ( int startOffset ) : int
StartGeneration ( ITextRunConstructionContext context ) : void

Method Details

ConstructElement() public méthode

public ConstructElement ( int offset ) : ICSharpCode.AvalonEdit.Rendering.VisualLineElement
offset int
Résultat ICSharpCode.AvalonEdit.Rendering.VisualLineElement

GetFirstInterestedOffset() public méthode

public GetFirstInterestedOffset ( int startOffset ) : int
startOffset int
Résultat int

StartGeneration() public méthode

public StartGeneration ( ITextRunConstructionContext context ) : void
context ITextRunConstructionContext
Résultat void