Interface ITextRange
Represents an interface for an text range.
public interface ITextRange
Methods
Contains(TextPosition)
Indicates whether this position
is inside this text range.
bool Contains(TextPosition position)
Parameters
position
TextPositionPosition to check.
Returns
- bool
A value indicating the position is inside the range.