Table of Contents

Method FindExactRange

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

FindExactRange(Point)

Locates range at specified position and verifies whether it starts at the given position.

public IRange? FindExactRange(Point point)

Parameters

point Point

Position to locate range.

Returns

IRange

IRange if it starts at specified position; otherwise null.

FindExactRange(int)

Locates range at specified line and verifies whether it starts at the given line.

public IRange? FindExactRange(int index)

Parameters

index int

Index of line to locate range.

Returns

IRange

IRange if it starts at specified line; otherwise null.