VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / ThumbnailImageItemCollection Class / CopyTo(ThumbnailImageItem[],Int32) Method
Syntax Requirements SeeAlso
In This Topic
    CopyTo(ThumbnailImageItem[],Int32) Method (ThumbnailImageItemCollection)
    In This Topic
    Copies the elements of the collection to an System.Array, starting at a particular System.Array index.
    Syntax
    'Declaration
    
    Public Sub CopyTo( _
    ByVal array
    The one-dimensional System.Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing.
    () As ThumbnailImageItem, _
    ByVal arrayIndex
    The zero-based index in array at which copying begins.
    As System.Int32 _
    )
    public void CopyTo(
    ThumbnailImageItem[] array,
    System.Int32 arrayIndex
    )
    public: void CopyTo(
    ThumbnailImageItem*[]* array,
    System.Int32 arrayIndex
    )
    public:
    void CopyTo(
    array<ThumbnailImageItem^>^ array,
    System.Int32 arrayIndex
    )

    Parameters

    array
    The one-dimensional System.Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing.
    arrayIndex
    The zero-based index in array at which copying begins.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also