GeometryCollection 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.
GeometryCollection sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
GeometryCollection() |
GeometryCollection sınıfının yeni bir örneğini başlatır. |
GeometryCollection(IEnumerable<Geometry>) |
Belirtilen nesne koleksiyonuyla sınıfının yeni bir örneğini GeometryCollectionGeometry başlatır. |
GeometryCollection(Int32) |
Sınıfın GeometryCollection belirtilen kapasiteye sahip yeni bir örneğini veya koleksiyonun başlangıçta depolayabilen nesne sayısını Geometry başlatır. |
GeometryCollection()
GeometryCollection sınıfının yeni bir örneğini başlatır.
public:
GeometryCollection();
public GeometryCollection ();
Public Sub New ()
Şunlara uygulanır
GeometryCollection(IEnumerable<Geometry>)
Belirtilen nesne koleksiyonuyla sınıfının yeni bir örneğini GeometryCollectionGeometry başlatır.
public:
GeometryCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::Geometry ^> ^ collection);
public GeometryCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.Geometry> collection);
new System.Windows.Media.GeometryCollection : seq<System.Windows.Media.Geometry> -> System.Windows.Media.GeometryCollection
Public Sub New (collection As IEnumerable(Of Geometry))
Parametreler
- collection
- IEnumerable<Geometry>
öğesini oluşturan GeometryCollectionnesnelerin koleksiyonuGeometry.
Şunlara uygulanır
GeometryCollection(Int32)
Sınıfın GeometryCollection belirtilen kapasiteye sahip yeni bir örneğini veya koleksiyonun başlangıçta depolayabilen nesne sayısını Geometry başlatır.
public:
GeometryCollection(int capacity);
public GeometryCollection (int capacity);
new System.Windows.Media.GeometryCollection : int -> System.Windows.Media.GeometryCollection
Public Sub New (capacity As Integer)