Returns a new copy of this transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax
Return Value
Type: ICogTransform2DThe cloned transformation object.
Implements
ICogTransform2D CopyBaseRemarks
Returns a copy of this transformation object.
This function performs the same operation as the Copy method of CogTransform2DLinear. The only difference is the type of the returned copy: ICogTransform2DLinear's CopyBase method returns an ICogTransform2DLinear interface.
See Also