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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax
Parameters
- rightSide
- Type: Cognex.VisionPro ICogTransform2D
The transformation to compose with this one.
Return Value
Type: ICogTransform2DThe composed transformation.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | rightSide is NULL. |
Remarks
Returns a new transform which is the composition of the given transform (on the right side) and this one (on the left side).
See Also