Transform2DComposed PopFromRight Method Cognex VisionPro 9.10

Removes and returns the right-most transform from the contained sequence.

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

public ITransform2D PopFromRight()

Return Value

Type: ITransform2D
Exceptions

ExceptionCondition
TransformExceptionCount is 0.
Remarks

Changed Raised when a transformation is popped.

See Also