C# Class ICSharpCode.AvalonEdit.Folding.FoldingElementGenerator

A VisualLineElementGenerator that produces line elements for folded FoldingSections.
Inheritance: ICSharpCode.AvalonEdit.Rendering.VisualLineElementGenerator
ファイルを表示 Open project: kjk/kjkpub Class Usage Examples

Public Methods

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

Method Details

ConstructElement() public method

public ConstructElement ( int offset ) : ICSharpCode.AvalonEdit.Rendering.VisualLineElement
offset int
return ICSharpCode.AvalonEdit.Rendering.VisualLineElement

GetFirstInterestedOffset() public method

public GetFirstInterestedOffset ( int startOffset ) : int
startOffset int
return int

StartGeneration() public method

public StartGeneration ( ITextRunConstructionContext context ) : void
context ITextRunConstructionContext
return void