Click or drag to resize

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.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected 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