Returns a new copy of this transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
public CogTransform2DRigid Copy()
public CogTransform2DRigid Copy()
Public Function Copy As CogTransform2DRigid
Public Function Copy As CogTransform2DRigid
public:
CogTransform2DRigid^ Copy()
public:
CogTransform2DRigid^ Copy()
Return Value
Type:
CogTransform2DRigidThe cloned transformation object.
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.