GeneralTransform3DCollection Constructors

Definition

Initializes a new instance of the GeneralTransform3DCollection class.

Overloads

GeneralTransform3DCollection()

Initializes a new instance of the GeneralTransform3DCollection class.

GeneralTransform3DCollection(IEnumerable<GeneralTransform3D>)

Initializes a new instance of the GeneralTransform3DCollection class, using the specified initial object.

GeneralTransform3DCollection(Int32)

Initializes a new instance of the GeneralTransform3DCollection class with the specified capacity, or the number of GeneralTransform3D objects the collection is initially capable of storing.

GeneralTransform3DCollection()

Initializes a new instance of the GeneralTransform3DCollection class.

public GeneralTransform3DCollection ();

Remarks

GeneralTransform3DCollection() is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GeneralTransform3DCollection(IEnumerable<GeneralTransform3D>)

Initializes a new instance of the GeneralTransform3DCollection class, using the specified initial object.

public GeneralTransform3DCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.Media3D.GeneralTransform3D> collection);

Parameters

collection
IEnumerable<GeneralTransform3D>

Initial object in the new collection class.

Exceptions

collection is null.

Remarks

GeneralTransform3DCollection(IEnumerable<GeneralTransform3D>) is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GeneralTransform3DCollection(Int32)

Initializes a new instance of the GeneralTransform3DCollection class with the specified capacity, or the number of GeneralTransform3D objects the collection is initially capable of storing.

public GeneralTransform3DCollection (int capacity);

Parameters

capacity
Int32

The number of GeneralTransform3D objects that the collection is initially capable of storing.

Remarks

GeneralTransform3DCollection(Int32) is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9