Returns a new transform which is the composition of the given transform (on the right side) and this one (on the left side).
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- rightSide
- Type: Cognex.Vision ITransform2D
The transformation to compose with this one.
Return Value
Type: ITransform2DExceptions
| Exception | Condition |
|---|---|
| ArgumentException | rightSide is null. |
See Also