TextBlock.GetRectanglesCore(ContentElement) Yöntem

Tanım

Belirtilen ContentElementbir için sınırlayıcı dikdörtgenlerden oluşan salt okunur bir koleksiyon döndürür.

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)

Parametreler

child
ContentElement

Sınırlayıcı ContentElement dikdörtgenlerden oluşan bir koleksiyon oluşturup döndürmek için bir.

Döndürülenler

Belirtilen ContentElementiçin sınırlayıcı dikdörtgenlerden oluşan salt okunur bir koleksiyon.

Özel durumlar

child, null'e eşittir.

Açıklamalar

Koleksiyondaki her sınırlayıcı dikdörtgen içindeki bir içerik satırına ContentElementkarşılık gelir.

Şunlara uygulanır