CircularArc EndX Property Cognex VisionPro 9.23

Returns the x coordinate of the arc end point (the point at the AngleStart + AngleSpan end of the arc).

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.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