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
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.