HitTestResult.OverLine Field
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: HitTestResult
The zero based index of the line number the y-coordinate is directly over, or -1 if the y-coordinate is before the first line, or after the last line.
public int OverLine;
Remarks
The x-coordinate isn't used in calculating this value and the left/right limits aren't checked.
Field Type
int |