Transform3DCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci Transform3DCollection třídy.
Přetížení
Transform3DCollection() |
Inicializuje novou instanci Transform3DCollection třídy. |
Transform3DCollection(IEnumerable<Transform3D>) |
Inicializuje novou instanci Transform3DCollection třídy pomocí zadané kolekce. |
Transform3DCollection(Int32) |
Inicializuje novou instanci třídy Transform3DCollection se zadanou kapacitou. |
Transform3DCollection()
Inicializuje novou instanci Transform3DCollection třídy.
public:
Transform3DCollection();
public Transform3DCollection ();
Public Sub New ()
Platí pro
Transform3DCollection(IEnumerable<Transform3D>)
Inicializuje novou instanci Transform3DCollection třídy pomocí zadané kolekce.
public:
Transform3DCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::Media3D::Transform3D ^> ^ collection);
public Transform3DCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.Media3D.Transform3D> collection);
new System.Windows.Media.Media3D.Transform3DCollection : seq<System.Windows.Media.Media3D.Transform3D> -> System.Windows.Media.Media3D.Transform3DCollection
Public Sub New (collection As IEnumerable(Of Transform3D))
Parametry
- collection
- IEnumerable<Transform3D>
Kolekce, se kterou chcete vytvořit instanci Transform3DCollection.
Platí pro
Transform3DCollection(Int32)
Inicializuje novou instanci třídy Transform3DCollection se zadanou kapacitou.
public:
Transform3DCollection(int capacity);
public Transform3DCollection (int capacity);
new System.Windows.Media.Media3D.Transform3DCollection : int -> System.Windows.Media.Media3D.Transform3DCollection
Public Sub New (capacity As Integer)
Parametry
- capacity
- Int32
Celé číslo, které určuje kapacitu Transform3DCollection.