Causes the text editor to redraw all lines overlapping with the specified segment.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Redraw( int offset, int length, DispatcherPriority redrawPriority = DispatcherPriority.Normal )
Public Sub Redraw ( _ offset As Integer, _ length As Integer, _ Optional redrawPriority As DispatcherPriority = DispatcherPriority.Normal _ )
public: void Redraw( int offset, int length, DispatcherPriority redrawPriority = DispatcherPriority::Normal )
Parameters
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238