Table of Contents

Method InvalidateDisplay

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

InvalidateDisplay(int, int)

Invalidates the part of controls surface and causes the control to be redrawn.

public void InvalidateDisplay(int first, int last)

Parameters

first int

First display line to be invalidated.

last int

Last display line to be invalidated.