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

返回

指定的 ContentElement 的边框的只读集合。

实现

适用于