Table of Contents

Method GetVisibleLines

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

GetVisibleLines(out int, out int)

When implemented by a class, gets max range containing visible lines

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