VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WpfTwain Namespace / AcquiredImageCollection Class / Swap(Int32,Int32) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Swap(Int32,Int32) Метод (AcquiredImageCollection)
    В этом разделе
    Swaps two images in the collection.
    Синтаксис
    'Declaration
    
    Public Sub Swap( _
    ByVal firstIndex
    Zero based index of the first image in this collection.
    As Integer, _
    ByVal secondIndex
    Zero based index of the second image in this collection.
    As Integer _
    )
    public void Swap(
    int firstIndex,
    int secondIndex
    )
    public: void Swap(
    int firstIndex,
    int secondIndex
    )
    public:
    void Swap(
    int firstIndex,
    int secondIndex
    )

    Parameters

    firstIndex
    Zero based index of the first image in this collection.
    secondIndex
    Zero based index of the second image in this collection.
    Исключения
    ИсключениеОписание
    Thrown if firstIndex or secondIndex are out of range.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также