Click or drag to resize

BaseFoundImageProcessingObject(BaseFoundImageProcessingObject) Constructor

Copy constructor.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public BaseFoundImageProcessingObject(
	BaseFoundImageProcessingObject other
)

Parameters

other  BaseFoundImageProcessingObject
The object the data is copied from.
See Also