Construct a deep copy of the supplied CogPixelMap object.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 69.0.0.0
Syntax
Parameters
- Other
- Type: Cognex.VisionPro.PixelMap CogPixelMap
The CogPixelMap object to be copied. May not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also