PathSegmentCollection Oluşturucular

Tanım

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

Aşırı Yüklemeler

PathSegmentCollection()

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

PathSegmentCollection(IEnumerable<PathSegment>)

Belirtilen nesne koleksiyonuyla sınıfının yeni bir örneğini PathSegmentCollection PathSegment başlatır.

PathSegmentCollection(Int32)

Belirtilen kapasiteye sahip sınıfın PathSegmentCollection yeni bir örneğini veya koleksiyonun başlangıçta depolayabildiği nesne sayısını PathSegment başlatır.

PathSegmentCollection()

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

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

Şunlara uygulanır

PathSegmentCollection(IEnumerable<PathSegment>)

Belirtilen nesne koleksiyonuyla sınıfının yeni bir örneğini PathSegmentCollection PathSegment başlatır.

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

Parametreler

collection
IEnumerable<PathSegment>

öğesini oluşturan PathSegmentCollectionnesnelerin koleksiyonuPathSegment.

Özel durumlar

collection, null değeridir.

Şunlara uygulanır

PathSegmentCollection(Int32)

Belirtilen kapasiteye sahip sınıfın PathSegmentCollection yeni bir örneğini veya koleksiyonun başlangıçta depolayabildiği nesne sayısını PathSegment başlatır.

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

Parametreler

capacity
Int32

Koleksiyonun başlangıçta depolayabildiği nesne sayısı PathSegment .

Şunlara uygulanır