CogTransform2DLinear TranslationY Property Cognex VisionPro 9.23
Returns/sets the y component of the translation vector.

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

public double TranslationY { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DLinear Changed

Fires when the y-axis translation changes.

The following state flags may be affected:

    Remarks

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

    See Also