SingleKeyFrameCollection.CopyTo(SingleKeyFrame[], Int32) Метод
Определение
Копирует все объекты SingleKeyFrame в коллекции в заданный массив.Copies all of the SingleKeyFrame objects in a collection to a specified array.
public:
void CopyTo(cli::array <System::Windows::Media::Animation::SingleKeyFrame ^> ^ array, int index);
public void CopyTo (System.Windows.Media.Animation.SingleKeyFrame[] array, int index);
member this.CopyTo : System.Windows.Media.Animation.SingleKeyFrame[] * int -> unit
Public Sub CopyTo (array As SingleKeyFrame(), index As Integer)
Параметры
- array
- SingleKeyFrame[]
Определяет массив, в который копируется содержимое.Identifies the array to which content is copied.
- index
- Int32
Позиция индекса в массиве, по которому копируется содержимое коллекции.Index position in the array to which the contents of the collection are copied.