Constructor VisualLineBuildContext
VisualLineBuildContext(TextDocument, int, bool, Attribute, Attribute, IReadOnlyList<StyledSegment>?, int, int, IEnumerable<IVisualLineTransformer>)
public VisualLineBuildContext(TextDocument document, int indentationSize, bool showTabs, Attribute normalAttribute, Attribute selectedAttribute, IReadOnlyList<StyledSegment>? styledSegments, int selectionStart, int selectionEnd, IEnumerable<IVisualLineTransformer> lineTransformers)
Parameters
documentTextDocumentindentationSizeintshowTabsboolnormalAttributeAttributeselectedAttributeAttributestyledSegmentsIReadOnlyList<StyledSegment>selectionStartintselectionEndintlineTransformersIEnumerable<IVisualLineTransformer>