Skip to main content

AdornerElementCollection.CopyTo(AdornerElement[], Int32) Method

Copies all AdornerElements from this AdornerElementCollection to a target one-dimensional array, starting from the specific index of the target array.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void CopyTo(
    AdornerElement[] array,
    int arrayIndex
)

Parameters

Name Type Description
array AdornerElement[]

An AdornerElement[] array to which all AdornerElementCollection items should be copied.

arrayIndex Int32

An Int32 value that is the index of the host array, starting from which copied elements should be arranged.

See Also