Sets the root image object that contains the raw pixel data.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- root
- Type: Cognex.VisionPro ICogImage8Root
The image data.
Remarks
Sets the root image object that contains the raw pixel data.
It is legal to set root to NULL to disconnect the image from an existing root.
See Also