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