CogOCVCharacterPosition Rotation Property Cognex VisionPro 9.8 SR1
The expected rotation, in radians, of this character position. The character position 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: 75.0.0.0
Syntax

public double Rotation { 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 rotation, in radians, of this character position. The rotation is measured from the expected pattern position (PatternPosition) to the font model origin.

Default Value: 0.0

See Also