Table of Contents

Method GetBookMarks

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

GetBookMarks(Point, Point, IList<IBookMark>)

When implemented by a class, finds all items in the bookmark collection located within the specified scope.

int GetBookMarks(Point startPoint, Point endPoint, IList<IBookMark> list)

Parameters

startPoint Point

The Point value that specifies start position to search.

endPoint Point

The Point value that specifies end position to search.

list IList<IBookMark>

Represents the collection of the bookmarks located within the specified scope.

Returns

int

Index of the located bookmarks.