PathSegmentCollection Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
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 PathSegmentCollectionPathSegment başlatır.

PathSegmentCollection(Int32)

Belirtilen kapasiteye sahip sınıfın PathSegmentCollection yeni bir örneğini veya koleksiyonun başlangıçta depolayabilen 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 PathSegmentCollectionPathSegment 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 PathSegmentnesnelerin koleksiyonuPathSegmentCollection.

Özel durumlar

collection, null'e eşittir.

Şunlara uygulanır

PathSegmentCollection(Int32)

Belirtilen kapasiteye sahip sınıfın PathSegmentCollection yeni bir örneğini veya koleksiyonun başlangıçta depolayabilen 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 PathSegment başlangıçta depolayabilen nesne sayısı.

Şunlara uygulanır