CogEllipticalArc EndX Property Cognex VisionPro 9.5
Returns the x coordinate of the arc's end point. The end point occurs at the angle given by AngleStart + AngleSpan.

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

public double EndX { get; }

Property Value

Type: Double
Remarks

Returns the x-coordinate of the arc end point. This is the point at the AngleStart+AngleSpan end of the arc.

See Also