PathFigureCollection Oluşturucular

Tanım

PathFigureCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PathFigureCollection()

PathFigureCollection sınıfının yeni bir örneğini başlatır.

PathFigureCollection(IEnumerable<PathFigure>)

Belirtilen PathFigure nesneleri içeren sınıfının yeni bir örneğini PathFigureCollection başlatır.

PathFigureCollection(Int32)

Başlangıçta belirtilen sayıda PathFigure nesne içerebilen sınıfın yeni bir örneğini PathFigureCollection başlatır.

PathFigureCollection()

PathFigureCollection sınıfının yeni bir örneğini başlatır.

public:
 PathFigureCollection();
public PathFigureCollection ();
Public Sub New ()

Şunlara uygulanır

PathFigureCollection(IEnumerable<PathFigure>)

Belirtilen PathFigure nesneleri içeren sınıfının yeni bir örneğini PathFigureCollection başlatır.

public:
 PathFigureCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ collection);
public PathFigureCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> collection);
new System.Windows.Media.PathFigureCollection : seq<System.Windows.Media.PathFigure> -> System.Windows.Media.PathFigureCollection
Public Sub New (collection As IEnumerable(Of PathFigure))

Parametreler

collection
IEnumerable<PathFigure>

Topluca geometrisini PathFigurePatholuşturan nesnelerin koleksiyonu.

Özel durumlar

collection, null değeridir.

Şunlara uygulanır

PathFigureCollection(Int32)

Başlangıçta belirtilen sayıda PathFigure nesne içerebilen sınıfın yeni bir örneğini PathFigureCollection başlatır.

public:
 PathFigureCollection(int capacity);
public PathFigureCollection (int capacity);
new System.Windows.Media.PathFigureCollection : int -> System.Windows.Media.PathFigureCollection
Public Sub New (capacity As Integer)

Parametreler

capacity
Int32

Bu PathFigureCollectionöğesinin ilk kapasitesi.

Şunlara uygulanır