'Declaration Protected Overrides Sub ExecuteCommands( _
ByVal targetThe target.As TTarget, _
ByRef resultsThe processing results.As System.Collections.Generic.ICollection, _
ByVal processingStateThe current processing state.As Vintasoft.Imaging.Processing.ProcessingState _
)
protected override void ExecuteCommands(
TTarget target,
ref System.Collections.Generic.ICollectionresults,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
protected: void ExecuteCommands(
TTarget* target,
ref System.Collections.Generic.ICollectionresults,
Vintasoft.Imaging.Processing.ProcessingState* processingState
); override
protected:
void ExecuteCommands(
TTarget^ target,
System.Collections.Generic.ICollection% results,
Vintasoft.Imaging.Processing.ProcessingState^ processingState
); override
Parameters
- target
- The target.
- results
- The processing results.
- processingState
- The current processing state.