CogCoreConverters MakeCogGraphicLabelAlignmentConstants Method Cognex VisionPro 9.10
Return a CogGraphicLabelAlignmentConstants value that corresponds to the supplied GraphicLabelAlignmentConstants value.

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

public static CogGraphicLabelAlignmentConstants MakeCogGraphicLabelAlignmentConstants(
	GraphicLabelAlignmentConstants visionOption
)

Parameters

visionOption
Type: Cognex.Vision GraphicLabelAlignmentConstants
The GraphicLabelAlignmentConstants value to map to a CogGraphicLabelAlignmentConstants value.

Return Value

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