Transform2DComposed PushOntoRight Method Cognex VisionPro 9.20
Overload List

  NameDescription
Public methodPushOntoRight(ITransform2D)

Composes the RightSide transform into this composed transform on the right. The transform is added to the sequence by copy.

Public methodPushOntoRight(ITransform2D, Boolean)

Composes the RightSide transform into this composed transform on the right. If Copy is True, the transform is added to the sequence by value, otherwise it's added by reference.

Top
See Also