Int32KeyFrameCollection.CopyTo(Int32KeyFrame[], Int32) Methode

Definitie

Hiermee kopieert u alle Int32KeyFrame objecten in een verzameling naar een opgegeven matrix.

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

Parameters

array
Int32KeyFrame[]

Identificeert de matrix waarnaar inhoud wordt gekopieerd.

index
Int32

Indexpositie in de matrix waarnaar de inhoud van de verzameling wordt gekopieerd.

Van toepassing op