Returns a new copy of this transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Return Value
Type: CogTransform2DLinearThe cloned transformation object.
Remarks
Returns a copy of this transformation object.
Copy performs the same operation as the CopyBase method of CogTransform2D. The only difference is the type of the returned copy: CogTransform2DLinear's Copy method returns a linear transform.
See Also