Transform2DLinear TranslationY Property Cognex VisionPro 9.20
Get

Gets the y component of the translation vector.

Set

Sets TranslationY.

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

public double TranslationY { get; set; }

Property Value

Type: Double
Default Value: 0
Remarks

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

Remarks

Changed Raised when the value of this property changes.

See Also