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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.