TextLine.GetTextBounds(Int32, Int32) Metoda

Definice

Získá pole ohraničující obdélníky, které představují rozsah znaků v textovém řádku.

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)

Parametry

firstTextSourceCharacterIndex
Int32

Index prvního znaku zadaného rozsahu.

textLength
Int32

Počet znaků zadaného rozsahu.

Návraty

Seznam TextBounds objektů představujících ohraničující obdélník.

Platí pro