TextBlock.IContentHost.GetRectangles(ContentElement) Метод

Определение

Этот метод поддерживает инфраструктуру Windows Presentation Foundation (WPF) и не предназначен для использования непосредственно из кода. Использовать вместо этого типобезопасный метод GetRectanglesCore(ContentElement).

 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

Параметры

child
ContentElement

ContentElement, для которого необходимо создать и возвратить коллекцию ограничивающих прямоугольников.

Возвращаемое значение

ReadOnlyCollection<Rect>

Коллекция ограничивающих прямоугольников, доступная только для чтения, для указанного ContentElement.

Реализации

Применяется к