CogCoreConverters MakeCogRectangleAffine Method Cognex VisionPro 9.22
Create a Deep Copy of the provided RectangleAffine Vision object in the form of a CogRectangleAffine VisionPro object.

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

public static CogRectangleAffine MakeCogRectangleAffine(
	RectangleAffine rectangle
)

Parameters

rectangle
Type: Cognex.Vision RectangleAffine
The Vision RectangleAffine to be copied from.

Return Value

Type: CogRectangleAffine
A VisionPro CogRectangleAffine that is equivalent to the provided Vision RectangleAffine.
Remarks

Providing an argument that is null will result in a return that is null as well. In other words, a null converts to a null.

See Also