Transform2DComposed PushOntoLeft Method Cognex VisionPro 9.20
Overload List

  NameDescription
Public methodPushOntoLeft(ITransform2D)

Composes the LeftSide transform into this composed transform on the left. The transform is added to the sequence by copy.

Public methodPushOntoLeft(ITransform2D, Boolean)

Composes the LeftSide transform into this composed transform on the left. If Copy is True, the transform is added to the sequence by value, otherwise it's added by reference. Note that this will increase the index of all contained transforms by one.

Top
See Also