CogTransform2DComposed PopFromRight Method Cognex VisionPro 9.22
Removes and returns the right-most transform from the contained sequence.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public ICogTransform2D PopFromRight()

Return Value

Type: ICogTransform2D

The returned transformation.

Events

Event TypeReason
CogTransform2DComposed Changed

Fires when a transformation is popped.

The following state flags may be affected:

    Exceptions

    Remarks

    Removes and returns the right-most transformation from the list of transformations in this object.

    See Also