Transform2DLinear TranslationX Property Cognex VisionPro 9.20
Get

Gets the x component of the translation vector.

Set

Sets TranslationX.

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

public double TranslationX { get; set; }

Property Value

Type: Double
Default Value: 0
Remarks

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

Remarks

Changed Raised when the value of this property changes.

See Also