'Declaration
Public Overloads Function Closest( _ ByVal predicate As Func(Of C1TextPointer,Boolean), _ ByVal distance As Func(Of C1TextPointer,C1TextPointer,Integer), _ ByVal range As C1TextElement _ ) As C1TextPointer
Parameters
- predicate
- The predicate that must be satisfied.
- distance
- A distance function.
- range
- The range to be searched in.
Return Value
The closest position that satisfies the predicate.