GeneralTransform3DCollection.CopyTo(GeneralTransform3D[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the GeneralTransform3D objects in the collection into an array of GeneralTransform3D objects, starting at the specified index position.
public:
virtual void CopyTo(cli::array <System::Windows::Media::Media3D::GeneralTransform3D ^> ^ array, int index);
public void CopyTo (System.Windows.Media.Media3D.GeneralTransform3D[] array, int index);
abstract member CopyTo : System.Windows.Media.Media3D.GeneralTransform3D[] * int -> unit
override this.CopyTo : System.Windows.Media.Media3D.GeneralTransform3D[] * int -> unit
Public Sub CopyTo (array As GeneralTransform3D(), index As Integer)
Parameters
- array
- GeneralTransform3D[]
The destination array.
- index
- Int32
The zero-based index position where copying begins.
Implements
Exceptions
array
is null
.
index
is less than zero.
array
is multidimensional.
-or-
The number of items in the source collection is greater than the available space from index
to the end of the destination array
.
Remarks
CopyTo is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.