CogHistogramResult CreateResultGraphics Method Cognex VisionPro 9.24
Creates a composite result graphic containing child graphics specified by the GraphicOptions which is a bitwise combination of CogHistogramResultGraphicConstants.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax

public CogCompositeShape CreateResultGraphics(
	CogHistogramResultGraphicConstants graphicOptions
)

Return Value

Type: CogCompositeShape

The 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