ICogTransform2D CopyBase Method Cognex VisionPro 9.20
Returns a new copy of this transform.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

ICogTransform2D CopyBase()

Return Value

Type: ICogTransform2D

The cloned transformation object.

Remarks

Returns a copy of this transformation object.

This function performs the same operation as the Copy  method of CogTransform2DLinear. The only difference is the type of the returned copy: ICogTransform2DLinear's CopyBase  method returns an ICogTransform2DLinear interface.

See Also