EllipticalArc StartX Property Cognex VisionPro 9.24

Returns the x coordinate of the arc's start point. The start point occurs at the angle given by AngleStart.

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

public double StartX { get; }

Property Value

Type: Double
Remarks

Returns the x-coordinate of the arc start point. The start point occurs at the angle given by AngleStart.

See Also