Compartilhar via


IContentHost.GetRectangles(ContentElement) Método

Definição

Retorna uma coleção de retângulos delimitadores para um elemento filho.

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)

Parâmetros

child
ContentElement

O elemento filho para o qual os retângulos delimitadores são retornados.

Retornos

ReadOnlyCollection<Rect>

Uma coleção de retângulos delimitadores para um elemento filho.

Exceções

Se child é nulo.

Se o elemento não é um descendente direto (ou seja, o elemento deve ser um filho de IContentHost ou um ContentElement que é um descendente direto do IContentHost).

Aplica-se a