CogTransform2DPerspectiveAndRadial LinearTranslationX Property Cognex VisionPro
Returns/sets the x component of the translation vector.

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

public double LinearTranslationX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DPerspectiveAndRadial Changed

Fires when this property changes.

The following state flags may be affected:

    Remarks

    The X-component of the linear translation vector.

    See Also