VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateAnalyzerValueTypeCast<TTarget,TValue,TResultValue>(Analyzer<TTarget,TValue>,TargetTypeCast<TValue,TResultValue>) Method
Syntax Requirements SeeAlso
In This Topic
CreateAnalyzerValueTypeCast<TTarget,TValue,TResultValue>(Analyzer<TTarget,TValue>,TargetTypeCast<TValue,TResultValue>) Method (ProcessingHelper)
In This Topic
Creates the analyzer that casts value of specified analyzer using the specified type cast.
Syntax
'Declaration

Public Shared Function CreateAnalyzerValueTypeCast<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 typeCast
The type cast.
As Vintasoft.Imaging.Processing.Analyzers.TargetTypeCast(Of TSourceTarget,TDestTarget) _
) 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.
typeCast
The type cast.

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also