CogTransform2DLinear Copy Method Cognex VisionPro 9.5
Returns a new copy of this transform.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public CogTransform2DLinear Copy()

Return Value

Type: CogTransform2DLinear

The 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