CogCoreConverters MakeGraphicLabelAlignmentConstants Method Cognex VisionPro 9.21
Return a GraphicLabelAlignmentConstants value that corresponds to the supplied CogGraphicLabelAlignmentConstants value.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 83.0.0.0
Syntax

public static GraphicLabelAlignmentConstants MakeGraphicLabelAlignmentConstants(
	CogGraphicLabelAlignmentConstants visionProOption
)

Parameters

visionProOption
Type: Cognex.VisionPro CogGraphicLabelAlignmentConstants
The CogGraphicLabelAlignmentConstants value to map to a GraphicLabelAlignmentConstants value.

Return Value

Type: GraphicLabelAlignmentConstants
A GraphicLabelAlignmentConstants value that corresponds to the supplied CogGraphicLabelAlignmentConstants value.
See Also