Transform2DComposed PushOntoLeft Method (ITransform2D)Cognex VisionPro 9.22

Composes the LeftSide transform into this composed transform on the left. 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.22.2.0
Syntax

public void PushOntoLeft(
	ITransform2D leftSide
)

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