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: ITransform2DImplements
ITransform2D CopyBaseRemarks
Returns a copy of this transformation object. This function performs the same operation as the Copy method of Transform2DLinear. The only difference is the type of the returned transform.
See Also