CogCircularArc GetStartEnd Method Cognex VisionPro 9.7
Gets start and end point coordinates of the circular arc.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.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