VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingCommandTree<TTarget> Class / ProcessingCommandTree Constructors / ProcessingCommandTree<TTarget> Constructor(String,IEnumerable<IProcessingCommandInfo>)
Синтаксис Требования Смотрите также
В этом разделе
    ProcessingCommandTree<TTarget> Constructor(String,IEnumerable<IProcessingCommandInfo>)
    В этом разделе
    Инициализирует новый экземпляр класса ProcessingCommandTree<TTarget>.
    Синтаксис
    'Declaration
    
    Protected Function New( _
    ByVal name
    Имя.
    As System.String, _
    ByVal sourceProcessingCommands
    Исходные команды обработки.
    As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
    )
    protected ProcessingCommandTree<TTarget>(
    System.String name,
    System.Collections.Generic.IEnumerable<IProcessingCommandInfo> sourceProcessingCommands
    )
    protected: ProcessingCommandTree<TTarget>(
    System.String name,
    System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* sourceProcessingCommands
    )
    protected:
    ProcessingCommandTree<TTarget>(
    System.String name,
    System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ sourceProcessingCommands
    )

    Parameters

    name
    Имя.
    sourceProcessingCommands
    Исходные команды обработки.
    Требования

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

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