Composes the RightSide transform into this composed transform on the right. The transform is added to the sequence by copy.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax
Parameters
- rightSide
- Type: Cognex.Vision ITransform2D
The transformation to push onto this one.
Remarks
Changed Raised when a transformation is pushed.
Composes the rightSide transform into this composed transform on the right side of this transformation. Transformation is added by value (copied) Note that this will increase the index of all contained transforms by one.
See Also