CogCoreConverters MakeRectangleAffineDOFConstants Method Cognex VisionPro 9.24
Return a CogRectangleAffineDOFEnable value that corresponds to the supplied RectangleAffineDOFEnable value.

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

public static RectangleAffineDOFConstants MakeRectangleAffineDOFConstants(
	CogRectangleAffineDOFConstants visionProOptions
)

Parameters

visionProOptions
Type: Cognex.VisionPro CogRectangleAffineDOFConstants
The CogRectangleAffineDOFEnable value to map to a RectangleAffineDOFEnable value.

Return Value

Type: RectangleAffineDOFConstants
A RectangleAffineDOFEnable value that corresponds to the supplied CogRectangleAffineDOFEnable value.
See Also