Skip to main content
All docs
V19.1

SvgImageCollection.CopyTo(SvgImage[], Int32) Method

Copies all SvgImageCollection image to the specific array.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Parameters

Name Type Description
array SvgImage[]

An SvgImage array to which the target SvgImageCollection should copy all its images.

arrayIndex Int32

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

See Also