Transform2DRigid CopyBase Method Cognex VisionPro 9.22 SR1

Returns a new copy of this transform.

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

public ITransform2D CopyBase()

Return Value

Type: ITransform2D

Implements

ITransform2D CopyBase 
Remarks

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