TextBlock.GetRectanglesCore(ContentElement) 方法

定义

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

protected:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Rect> ^ GetRectanglesCore(System::Windows::ContentElement ^ child);
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect> GetRectanglesCore (System.Windows.ContentElement child);
abstract member GetRectanglesCore : System.Windows.ContentElement -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect>
override this.GetRectanglesCore : System.Windows.ContentElement -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect>
Protected Overridable Function GetRectanglesCore (child As ContentElement) As ReadOnlyCollection(Of Rect)

参数

child
ContentElement

要为其生成并返回一个边框集合的 ContentElement

返回

ReadOnlyCollection<Rect>

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

例外

childnull

注解

集合中的每个边界矩形对应于其中的 ContentElement一行内容。

适用于