Table of Contents

Method IsVisible

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

IsVisible(Point)

When implemented by a class, indicates whether the text at the specified position is visible, that is there is no collapsed outline section containing given position.

bool IsVisible(Point position)

Parameters

position Point

The Point value that specifies position in the text.

Returns

bool

True if visible; otherwise false.

IsVisible(int)

When implemented by a class, indicates whether the text at the specified line is visible, that is there is no collapsed outline section containing given line.

bool IsVisible(int index)

Parameters

index int

Specifies index of line in the text.

Returns

bool

True if visible; otherwise false.