Vector3DCollection.CopyTo(Vector3D[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the elements of the collection into the specified array, starting at the specified index position.
public:
virtual void CopyTo(cli::array <System::Windows::Media::Media3D::Vector3D> ^ array, int index);
public void CopyTo (System.Windows.Media.Media3D.Vector3D[] array, int index);
abstract member CopyTo : System.Windows.Media.Media3D.Vector3D[] * int -> unit
override this.CopyTo : System.Windows.Media.Media3D.Vector3D[] * int -> unit
Public Sub CopyTo (array As Vector3D(), index As Integer)
Parameters
- array
- Vector3D[]
Array into which to copy.
- index
- Int32
Position into which to copy.
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.