TextBox.GetRectFromCharacterIndex Method (Int32, Boolean)
Silverlight
Returns a rectangle for the leading or trailing edge of the character at the specified index.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public Rect GetRectFromCharacterIndex( int charIndex, bool trailingEdge )
Parameters
- charIndex
- Type: System.Int32
A zero-based character index of the character for which to retrieve the rectangle.
- trailingEdge
- Type: System.Boolean
true to get the trailing edge of the character; false to get the leading edge of the character.
Return Value
Type: System.Windows.RectA rectangle for an 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.