Ellipse RadiusY Property Cognex VisionPro 9.21
Get

Returns the distance from the center of the ellipse to its boundary (measured along the rotated y-axis).

Set

Sets RadiusY.

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

public double RadiusY { get; set; }

Property Value

Type: Double
Default Value: 50
Exceptions

ExceptionCondition
ArgumentExceptionThe new radius is <=0.
Remarks

Gets the distance from the center of this ellipse to its boundary along the y-axis. The y-axis may be rotated.

Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

See Also