GeneralTransformCollection.CopyTo(GeneralTransform[], Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie les GeneralTransform objets de la collection dans un tableau de GeneralTransforms, en commençant à la position d’index spécifiée.
public:
virtual void CopyTo(cli::array <System::Windows::Media::GeneralTransform ^> ^ array, int index);
public void CopyTo(System.Windows.Media.GeneralTransform[] array, int index);
abstract member CopyTo : System.Windows.Media.GeneralTransform[] * int -> unit
override this.CopyTo : System.Windows.Media.GeneralTransform[] * int -> unit
Public Sub CopyTo (array As GeneralTransform(), index As Integer)
Paramètres
- array
- GeneralTransform[]
Tableau de destination.
- index
- Int32
Position d’index de base zéro où commence la copie.
Implémente
Exceptions
array a la valeur null.
index est inférieur à zéro.
array est multidimensionnel.
- ou -
Le nombre d’éléments de la source GeneralTransformCollection est supérieur à l’espace disponible de index la fin de la destination array.