Transform3DCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 Transform3DCollection 類別的新執行個體。
多載
Transform3DCollection() |
初始化 Transform3DCollection 類別的新執行個體。 |
Transform3DCollection(IEnumerable<Transform3D>) |
使用指定的集合,初始化 Transform3DCollection 類別的新執行個體。 |
Transform3DCollection(Int32) |
利用指定的容量,初始化 Transform3DCollection 類別的新執行個體。 |
Transform3DCollection()
初始化 Transform3DCollection 類別的新執行個體。
public:
Transform3DCollection();
public Transform3DCollection ();
Public Sub New ()
適用於
Transform3DCollection(IEnumerable<Transform3D>)
使用指定的集合,初始化 Transform3DCollection 類別的新執行個體。
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))
參數
- collection
- IEnumerable<Transform3D>
用來執行個體化 Transform3DCollection 的集合。
適用於
Transform3DCollection(Int32)
利用指定的容量,初始化 Transform3DCollection 類別的新執行個體。
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)
參數
- capacity
- Int32
指定 Transform3DCollection 容量的整數。