CogTransform2DLinear TranslationX Property Cognex VisionPro 9.8 SR1
Returns/sets the x component of the translation vector.

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

public double TranslationX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DLinear Changed

Fires when the x-axis translation changes.

The following state flags may be affected:

    Remarks

    Sets or gets the x-component of the translation vector. In the standard transformation matrix, the x-component of the translation vector is represented by the symbol Tx.

    See Also