Creates a composite result graphic containing child graphics specified by the GraphicOptions which is a bitwise combination of CogHistogramResultGraphicConstants.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.0.0
Syntax
Parameters
- graphicOptions
- Type: Cognex.VisionPro.ImageProcessing CogHistogramResultGraphicConstants
The graphics to create.
Return Value
Type: CogCompositeShapeThe returned CogCompositeShape.
Remarks
Creates result graphics, including a graphical representation of the histogram. You supply a bitwise combination of CogHistogramResultGraphicConstants that specifies what to put in the Shapes collection of the returned CogCompositeShape.
The histogram graphics are mapped from (0,0) to (256,256) in the pixel coordinate space (#).
See Also