CircularArc MidpointX Property Cognex VisionPro 9.22 SR1

Returns the x coordinate of the arc mid-point (the point on the arc halfway between 'start' and 'end').

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

public double MidpointX { get; }

Property Value

Type: Double
Remarks

Returns the x-coordinate of the midpoint of the arc. This is the point on the arc halfway between ( StartX, StartY ) and ( EndX, EndY ).

See Also