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

