TextBlock.HitTestLine Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextBlock
Hit test this block of text
public HitTestResult HitTestLine(int lineIndex, float x);
Parameters
int lineIndex | The line to be hit test |
float x | The x-coordinate relative to top left of the block |
Returns
HitTestResult | A HitTestResult |