Vector3DKeyFrameCollection.CopyTo(Vector3DKeyFrame[], Int32) Metoda

Definice

Zkopíruje všechny Vector3DKeyFrame objekty v kolekci do zadaného pole.

public:
 void CopyTo(cli::array <System::Windows::Media::Animation::Vector3DKeyFrame ^> ^ array, int index);
public void CopyTo (System.Windows.Media.Animation.Vector3DKeyFrame[] array, int index);
member this.CopyTo : System.Windows.Media.Animation.Vector3DKeyFrame[] * int -> unit
Public Sub CopyTo (array As Vector3DKeyFrame(), index As Integer)

Parametry

array
Vector3DKeyFrame[]

Identifikuje pole, do kterého se obsah kopíruje.

index
Int32

Pozice indexu v poli, do kterého se kopíruje obsah kolekce.

Platí pro