AvalonEdit
Redraw Method (offset, length, redrawPriority)
NamespacesICSharpCode.AvalonEdit.RenderingTextViewRedraw(Int32, Int32, DispatcherPriority)
Causes the text editor to redraw all lines overlapping with the specified segment.
Declaration Syntax
C#Visual BasicVisual 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
offset (Int32)
length (Int32)
redrawPriority (DispatcherPriority) (Optional)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238