Transform2DComposed PushOntoRight Method (ITransform2D)Cognex VisionPro 9.24

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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public void PushOntoRight(
	ITransform2D rightSide
)

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