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의 읽기 전용 경계 사각형 컬렉션입니다.

예외

child이(가) null인 경우

설명

콘텐츠의 줄에 해당 하는 컬렉션의 각 경계 사각형을 ContentElement입니다.

적용 대상