VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateValueAnalyzer Methods / CreateValueAnalyzer<TTarget,TValue,TResultValue>(Analyzer<TTarget,TValue>,Analyzer<TValue,TResultValue>) Method
Syntax Requirements SeeAlso
In This Topic
    CreateValueAnalyzer<TTarget,TValue,TResultValue>(Analyzer<TTarget,TValue>,Analyzer<TValue,TResultValue>) Method (ProcessingHelper)
    In This Topic
    Creates the value analyzer that analyzes result of value getter use value analyzer.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateValueAnalyzer<TTarget
    The type of the target.
    ,TValue
    The type of the value.
    ,TResultValue
    The type of the result value.
    >( _
    ByVal valueGetter
    The value getter.
    As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
    ByVal valueAnalyzer
    The value analyzer.
    As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) _
    ) As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) (Of TTarget
    The type of the target.
    , TValue
    The type of the value.
    , TResultValue
    The type of the result value.
    )

    Parameters

    valueGetter
    The value getter.
    valueAnalyzer
    The value analyzer.

    Type Parameters

    TTarget
    The type of the target.
    TValue
    The type of the value.
    TResultValue
    The type of the result value.

    Return Value

    New instance of analyzer.
    Requirements

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

    See Also