VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing Namespace / SetColorChannelCommand Class / SetColorChannelCommand Constructors / SetColorChannelCommand Constructor(Int32,VintasoftImage)
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    SetColorChannelCommand Constructor(Int32,VintasoftImage)
    В этом разделе
    Инициализирует новый экземпляр класса SetColorChannelCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal channelIndex
    индекс канала.
    As System.Int32, _
    ByVal channelImage
    Изображение канала.
    As Vintasoft.Imaging.VintasoftImage _
    )
    public SetColorChannelCommand(
    System.Int32 channelIndex,
    Vintasoft.Imaging.VintasoftImage channelImage
    )
    public: SetColorChannelCommand(
    System.Int32 channelIndex,
    Vintasoft.Imaging.VintasoftImage* channelImage
    )
    public:
    SetColorChannelCommand(
    System.Int32 channelIndex,
    Vintasoft.Imaging.VintasoftImage^ channelImage
    )

    Parameters

    channelIndex
    индекс канала.
    channelImage
    Изображение канала.
    Исключения
    ИсключениеОписание
    Выбрасывается, если channelImage равен null.
    Требования

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

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