Exemplo n.º 1
0
 /// <summary>
 /// Gets the bounds rectangle that the specified character occupies.
 /// </summary>
 /// <param name="index">The index of the character.</param>
 /// <returns>The character bounds.</returns>
 public Rect HitTestTextPosition(int index)
 {
     CheckDisposed();
     return(PlatformImpl.HitTestTextPosition(index));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets the bounds rectangle that the specified character occupies.
 /// </summary>
 /// <param name="index">The index of the character.</param>
 /// <returns>The character bounds.</returns>
 public Rect HitTestTextPosition(int index)
 {
     return(PlatformImpl.HitTestTextPosition(index));
 }