CogOCRMaxFont Constructor (CogOCRMaxFont)Cognex VisionPro 9.21 SR1
Constructs a deep copy of the supplied CogOCRMaxFont object.

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

public CogOCRMaxFont(
	CogOCRMaxFont other
)
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is null.
See Also