TextBlock.GetRectanglesCore(ContentElement) Método

Definição

Retorna uma coleção somente leitura de retângulos delimitadores para um ContentElement especificado.

protected:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Rect> ^ GetRectanglesCore(System::Windows::ContentElement ^ child);
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect> GetRectanglesCore (System.Windows.ContentElement child);
abstract member GetRectanglesCore : System.Windows.ContentElement -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect>
override this.GetRectanglesCore : System.Windows.ContentElement -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect>
Protected Overridable Function GetRectanglesCore (child As ContentElement) As ReadOnlyCollection(Of Rect)

Parâmetros

child
ContentElement

Um ContentElement para o qual gerar e retornar uma coleção de retângulos delimitadores.

Retornos

ReadOnlyCollection<Rect>

Uma coleção somente leitura de retângulos delimitadores para o ContentElement especificado.

Exceções

child é null.

Comentários

Cada retângulo delimitador na coleção corresponde a uma linha de conteúdo no ContentElement.

Aplica-se a