Returns a new copy of this transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Return Value
Type: Transform2DRigidRemarks
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