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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.