CogTransform2DRigid Copy Method Cognex VisionPro
Returns a new copy of this transform.

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

public CogTransform2DRigid Copy()

Return Value

Type: CogTransform2DRigid
The cloned transformation object.
Remarks

Copy() performs the same operation as the CopyBase() method of ICogTransform2D.The only difference is the type of the returned copy: CogTransform2DRigid.Copy() method returns a rigid transform.
See Also