Compartir a través de


TextLine.GetTextBounds(Int32, Int32) Método

Definición

Obtiene una matriz de rectángulos delimitadores que representan el intervalo de caracteres dentro de una línea de texto.

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)

Parámetros

firstTextSourceCharacterIndex
Int32

Índice del primer carácter del intervalo especificado.

textLength
Int32

Número de caracteres en el intervalo especificado.

Devoluciones

IList<TextBounds>

Lista de objetos TextBounds que representan el rectángulo delimitador.

Se aplica a