CogCalibFeatureExtractorResult CreateResultGraphics Method (CogPointMarker)Cognex VisionPro 9.8 SR1
Creates graphics for image positions of the found features in this result.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.0.0.0
Syntax

public CogGraphicCollection CreateResultGraphics(
	CogPointMarker exampleMarker
)

Parameters

exampleMarker
Type: Cognex.VisionPro CogPointMarker
The example point marker which might be used to set the graphic properties such as SizeInScreenPixels, Color, LineStyle, etc. If exampleMarker is null, a default constructed CogPointMarker is used as the example.

Return Value

Type: CogGraphicCollection
See Also