Composes the LeftSide transform into this composed transform on the left. The transform is added to the sequence by copy.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- leftSide
- Type: Cognex.Vision ITransform2D
The transformation to push onto this one.
Remarks
Changed Raised when a transformation is pushed.
Composes the leftSide transform into this composed transform on the left 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