IContentHost.GetRectangles(ContentElement) 方法

定义

为子元素返回边框的集合。

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Rect> ^ GetRectangles(System::Windows::ContentElement ^ child);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect> GetRectangles (System.Windows.ContentElement child);
abstract member GetRectangles : System.Windows.ContentElement -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect>
Public Function GetRectangles (child As ContentElement) As ReadOnlyCollection(Of Rect)

参数

child
ContentElement

为其返回边框的子元素。

返回

子元素的边框的集合。

例外

如果子元素为 NULL

如果元素不是直接后代 (即元素必须是 的 IContentHost 子元素,或者是 ContentElement) 的 IContentHost 直接后代。

适用于