CogOCRMaxCharMetrics Constructor (CogOCRMaxCharMetrics)Cognex VisionPro
Constructs a deep copy of the supplied CogOCRMaxCharMetrics object.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public CogOCRMaxCharMetrics(
	CogOCRMaxCharMetrics other
)

Parameters

other
Type: Cognex.VisionPro.OCRMax CogOCRMaxCharMetrics
The CogOCRMaxCharMetrics to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is null.
See Also