Transform2DComposed PopFromLeft Method Cognex VisionPro 9.22

Removes and returns the left-most transform from the contained sequence. Note that this will decrease the index of all remaining transforms in the contained sequence by one.

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

public ITransform2D PopFromLeft()

Return Value

Type: ITransform2D
Exceptions

ExceptionCondition
TransformExceptionCount is 0.
Remarks

Changed Raised when a transformation is popped.

Remarks

Removes and returns the left-most transformation from the list of transformations in this object. Note that this will decrease the index of all remaining transforms in the contained sequence by one.

See Also