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. Utilice el método GetRectanglesCore(ContentElement) con seguridad de tipos en su lugar.

 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

ReadOnlyCollection<Rect>

Colección de rectángulos delimitadores de sólo lectura para el objeto ContentElement especificado.

Implementaciones

Se aplica a