TextBox.GetRectFromCharacterIndex Method (Int32)
Silverlight
Returns a rectangle for the leading edge of the character at the specified index.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
'Declaration <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Function GetRectFromCharacterIndex ( _ charIndex As Integer _ ) As Rect
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.