TextBlock.IContentHost.GetRectangles(ContentElement) Método

Definición

Este método admite la infraestructura de Windows Presentation Foundation (WPF) y no está pensado para usarse directamente desde el código. En su lugar, use el método de GetRectanglesCore(ContentElement) seguro para tipos.

 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

ContentElement para el que se va a generar y devolver una colección de rectángulos delimitadores.

Devoluciones

Colección de solo lectura de rectángulos delimitadores para el especificado ContentElement.

Implementaciones

Se aplica a