PathFigureCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
PathFigureCollection sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| PathFigureCollection() |
PathFigureCollection sınıfının yeni bir örneğini başlatır. |
| PathFigureCollection(IEnumerable<PathFigure>) |
Belirtilen PathFigureCollection nesneleri içeren sınıfın PathFigure yeni bir örneğini başlatır. |
| PathFigureCollection(Int32) |
Başlangıçta belirtilen sayıda PathFigureCollection nesne içerebilen sınıfın yeni bir örneğini PathFigure 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 PathFigureCollection nesneleri içeren sınıfın PathFigure yeni bir örneğini 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>
toplu olarak geometrisini PathFigureoluşturan nesnelerin koleksiyonuPath.
Özel durumlar
collection, null'e eşittir.
Şunlara uygulanır
PathFigureCollection(Int32)
Başlangıçta belirtilen sayıda PathFigureCollection nesne içerebilen sınıfın yeni bir örneğini PathFigure 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.