Vector3DKeyFrameCollection.CopyTo(Vector3DKeyFrame[], Int32) Метод
Определение
Копирует все объекты Vector3DKeyFrame в коллекции в заданный массив.Copies all of the Vector3DKeyFrame objects in a collection to a specified array.
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)
Параметры
- array
- Vector3DKeyFrame[]
Определяет массив, в который копируется содержимое.Identifies the array to which content is copied.
- index
- Int32
Позиция индекса в массиве, по которому копируется содержимое коллекции.Index position in the array to which the contents of the collection are copied.