Transform2DComposed Compose Method Cognex VisionPro 9.22

Returns a new transform which is the composition of the given transform (on the right side) and this one (on the left side).

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

public ITransform2D Compose(
	ITransform2D rightSide
)

Parameters

rightSide
Type: Cognex.Vision ITransform2D
The transformation to compose with this one.

Return Value

Type: ITransform2D
Exceptions

ExceptionCondition
ArgumentExceptionrightSide is null.
See Also