Transform2DLinear Copy Method Cognex VisionPro 9.21 SR1

Returns a new copy of this transform.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public Transform2DLinear Copy()

Return Value

Type: Transform2DLinear
Remarks

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