VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateConditionalCommand Methods / CreateConditionalCommand<TTarget>(String,PredicateAnalyzer<TTarget>,ProcessingCommand<TTarget>) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateConditionalCommand<TTarget>(String,PredicateAnalyzer<TTarget>,ProcessingCommand<TTarget>) Метод (ProcessingHelper)
    В этом разделе
    Создает условную команду (оператор IF).
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function CreateConditionalCommand<TTarget
    The type of the target.
    >( _
    ByVal name
    Имя условной команды,
    As System.String, _
    ByVal condition
    Условие.
    As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget), _
    ByVal ifBranch
    Ветвь "if".
    As ProcessingCommand(Of TTarget) _
    ) As ConditionalCommand(Of TTarget) (Of TTarget
    The type of the target.
    )

    Parameters

    name
    Имя условной команды,
    condition
    Условие.
    ifBranch
    Ветвь "if".

    Type Parameters

    TTarget
    The type of the target.

    Return Value

    Новый экземпляр класса ConditionalCommand<TTarget>.
    Требования

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

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