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