Table of Contents

Method GetVisibleLines

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

GetVisibleLines(out int, out int)

Gets max range containing visible lines

public virtual bool GetVisibleLines(out int first, out int last)

Parameters

first int

First visible line

last int

Last visible line

Returns

bool

True if there's any visible lines in the editor; otherwise false