Creates the TextRun for this line element.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override TextRun CreateTextRun( int startVisualColumn, ITextRunConstructionContext context )
Public Overrides Function CreateTextRun ( _ startVisualColumn As Integer, _ context As ITextRunConstructionContext _ ) As TextRun
public: virtual TextRun^ CreateTextRun( int startVisualColumn, ITextRunConstructionContext^ context ) override
Parameters
- startVisualColumn (Int32)
- The visual column from which the run should be constructed. Normally the same value as the VisualColumn property is used to construct the full run; but when word-wrapping is active, partial runs might be created.
- context (ITextRunConstructionContext)
- Context object that contains information relevant for text run creation.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238