Table of Contents

Method Invalidate

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

Invalidate(int, int)

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

public void Invalidate(int first, int last)

Parameters

first int

First line to be invalidated.

last int

Last line to be invalidated.

Invalidate()

Invalidates the entire surface of the control and causes the control to be redrawn.

public void Invalidate()