Constructor for an image annotation
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
Parameters
- annotationName
- Type: System String
The name of the image annotation, must be unique
- category
- Type: System String
The category for the image annotation.
- description
- Type: System String
A free form description of the image annotation
- graphic
- Type: Cognex.VisionPro ICogGraphicInteractive
A graphic that encompasses a region on an image. The derived type must be of type CogRectangle.
See Also