BaseImageProcessingResultHandler Constructor |
This is the base class for the ResultHandler image processing element.
Needed for providing it with the WritePortAutomation and WriteSerialPortAutomation
objects and have access to them from the API.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected BaseImageProcessingResultHandler(
BaseImageProcessingAutomation imageProcessingAutomation
)
Parameters
- imageProcessingAutomation BaseImageProcessingAutomation
[Missing <param name="imageProcessingAutomation"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingResultHandler.#ctor(RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingAutomation)"]
See Also