CogPixelMap Constructor (CogPixelMap)Cognex VisionPro 9.7
Construct a deep copy of the supplied CogPixelMap object.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 73.0.0.0
Syntax

public CogPixelMap(
	CogPixelMap Other
)

Parameters

Other
Type: Cognex.VisionPro.PixelMap CogPixelMap
The CogPixelMap object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also