Exemplo n.º 1
0
 /// <summary>
 /// Hit tests a point in the text.
 /// </summary>
 /// <param name="point">The point.</param>
 /// <returns>
 /// A <see cref="TextHitTestResult"/> describing the result of the hit test.
 /// </returns>
 public TextHitTestResult HitTestPoint(Point point)
 {
     CheckDisposed();
     return(PlatformImpl.HitTestPoint(point));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Hit tests a point in the text.
 /// </summary>
 /// <param name="point">The point.</param>
 /// <returns>
 /// A <see cref="TextHitTestResult"/> describing the result of the hit test.
 /// </returns>
 public TextHitTestResult HitTestPoint(Point point)
 {
     return(PlatformImpl.HitTestPoint(point));
 }