LineMaxResult CreateResultGraphics Method Cognex VisionPro 9.24

Creates a CompositeShape containing the graphics specified in flags.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
Syntax

public CompositeShape CreateResultGraphics(
	LineMaxResultGraphicConstants flags
)

Parameters

flags
Type: Cognex.Vision.LineMax LineMaxResultGraphicConstants
The graphics options. Supply a value formed by ORing together one or more of the LineMaxResultGraphicConstants flags.

Return Value

Type: CompositeShape

CompositeShape containing the specified graphics.

See Also