EllipticalArc EndY Property Cognex VisionPro 9.25 SR1

Returns the y coordinate of the arc's end point. The end point occurs at the angle given by AngleStart + AngleSpan.

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

public double EndY { get; }

Property Value

Type: Double
Remarks

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

See Also