'Declaration Public Function New( _
ByVal processingCommandThe processing command.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetThe target.As System.Object, _
ByVal valueThe resulting value.As TValue _
)
public AnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo processingCommand,
System.Object target,
TValue value
)
public: AnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo* processingCommand,
System.Object target,
TValue* value
)
public:
AnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo^ processingCommand,
System.Object target,
TValue^ value
)
Parameters
- processingCommand
- The processing command.
- target
- The target.
- value
- The resulting value.