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