TextBox.GetRectFromCharacterIndex Method (Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a rectangle for the leading edge of the character at the specified index.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- charIndex
- Type: System.Int32
A zero-based character index of the character for which to retrieve the rectangle.
Return Value
Type: System.Windows.RectA rectangle for the leading edge of the character at the specified character index, or Empty if a bounding rectangle cannot be determined.
Show: