CircularArc StartX Property Cognex VisionPro 9.20

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

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

public double StartX { get; }

Property Value

Type: Double
Remarks

The x-coordinate of the start point of the arc. This is the point at the AngleStart end of the arc.

See Also