Transform2DRigid Copy Method Cognex VisionPro 9.21

Returns a new copy of this transform.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public Transform2DRigid Copy()

Return Value

Type: Transform2DRigid
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