Skip to main content
All docs
V26.1
  • ImageCollection<TImage, TInfo>.CopyTo(TImage[], Int32) Method

    Copies all collection images to the specific array.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

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

    Parameters

    Name Type Description
    array TImage[]

    An array to which the collection should copy its images.

    arrayIndex Int32

    An Int32 value that specifies the copied images’ starting position within the array.

    See Also