TextEffectCollection.CopyTo(TextEffect[], Int32) Methode
Definition
Kopiert die gesamte TextEffectCollection in ein eindimensionales Array vom Typ TextEffect, beginnend am angegebenen Index des Zielarrays.Copies the entire TextEffectCollection to a one-dimensional array of type TextEffect, starting at the specified index of the target array.
public:
virtual void CopyTo(cli::array <System::Windows::Media::TextEffect ^> ^ array, int index);
public void CopyTo (System.Windows.Media.TextEffect[] array, int index);
abstract member CopyTo : System.Windows.Media.TextEffect[] * int -> unit
override this.CopyTo : System.Windows.Media.TextEffect[] * int -> unit
Public Sub CopyTo (array As TextEffect(), index As Integer)
Parameter
- array
- TextEffect[]
Das Array, in das die Elemente der Auflistung kopiert werden sollen.The array into which the collection's items are to be copied.
- index
- Int32
Der Index des array
, an dem mit dem Kopieren des Inhalts der TextEffectCollection begonnen werden soll.The index of array
at which to start copying the contents of the TextEffectCollection.