TextLine.GetTextBounds(Int32, Int32) 方法

定义

获取表示文本行中字符范围的边框数组。

public:
 abstract System::Collections::Generic::IList<System::Windows::Media::TextFormatting::TextBounds ^> ^ GetTextBounds(int firstTextSourceCharacterIndex, int textLength);
public abstract System.Collections.Generic.IList<System.Windows.Media.TextFormatting.TextBounds> GetTextBounds (int firstTextSourceCharacterIndex, int textLength);
abstract member GetTextBounds : int * int -> System.Collections.Generic.IList<System.Windows.Media.TextFormatting.TextBounds>
Public MustOverride Function GetTextBounds (firstTextSourceCharacterIndex As Integer, textLength As Integer) As IList(Of TextBounds)

参数

firstTextSourceCharacterIndex
Int32

指定范围中第一个字符的索引。

textLength
Int32

指定范围中的字符数。

返回

IList<TextBounds>

用来表示边框的 TextBounds 对象列表。

适用于