Returns/sets the distance from the center of the start ellipse to its boundary (along the ellipse's x-axis). Note that the start ellipse will be the inner ellipse if RadialScale is greater than one, otherwise it will be the outer one.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogEllipticalAnnulusSection Changed | Fires when the value of this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Value <= 0.0 |
Remarks
Sets or gets the distance from the center of the underlying start ellipse to its boundary along the ellipse's x-axis. If RadialScale is greater than 1, the start ellipse is the inner ellipse, otherwise it is the outer ellipse.
The x-axis may be rotated.
Default Value: 50
See Also