Returns a new copy of this transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Return Value
Type: Transform2DLinearRemarks
Returns a copy of this transformation object. Copy performs the same operation as the CopyBase method of ITransform2D. The only difference is the type of the returned transform.
See Also