TextBlock.IContentHost.GetRectangles(ContentElement) Método

Definição

Esse método dá suporte à infraestrutura de Windows Presentation Foundation (WPF) e não se destina a ser usado diretamente do seu código. Use o método GetRectanglesCore(ContentElement) fortemente tipado em vez disso.

 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Rect> ^ System.Windows.IContentHost.GetRectangles(System::Windows::ContentElement ^ child) = System::Windows::IContentHost::GetRectangles;
System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect> IContentHost.GetRectangles (System.Windows.ContentElement child);
abstract member System.Windows.IContentHost.GetRectangles : System.Windows.ContentElement -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect>
override this.System.Windows.IContentHost.GetRectangles : System.Windows.ContentElement -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect>
Function GetRectangles (child As ContentElement) As ReadOnlyCollection(Of Rect) Implements IContentHost.GetRectangles

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.

Implementações

Aplica-se a