CircularArc GetStartEnd Method Cognex VisionPro 9.22 SR1

Gets start and end point coordinates of the circular arc.

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

public void GetStartEnd(
	out double startX,
	out double startY,
	out double endX,
	out double endY
)

Parameters

startX
Type: System Double 
The x-coordinate of the start point.
startY
Type: System Double 
The y-coordinate of the start point.
endX
Type: System Double 
The x-coordinate of the endpoint.
endY
Type: System Double 
The y-coordinate of the endpoint.
Remarks

Gets the coordinates of the start and endpoints of the circular arc.

See Also