CogEllipse RadiusX Property Cognex VisionPro 9.5
Returns/sets the distance from the center of the ellipse to its boundary (measured along the rotated x-axis).

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

public double RadiusX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogEllipse Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The new radius is <=0.

    Remarks

    Sets or gets the distance from the center of this ellipse to its boundary along the x-axis. The x-axis may be rotated.

    Default Value: 50

    See Also