CogOCVCharacterPosition TranslationX Property Cognex VisionPro
The expected X coordinate of this character position. This is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time.

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

public double TranslationX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogOCVCharacterPosition Changed

Fires when this property changes.

The following state flag may be affected:

Remarks

The expected x-coordinate of this character position. This is the position of the font model's origin with respect to the expected pattern position (PatternPosition).

Default Value: 0.0

See Also