CogEllipticalArc GetStartEnd Method Cognex VisionPro 9.5
Gets the start and end point coordinates of this elliptical arc. The start point occurs at the angle given by AngleStart. The end point occurs at the angle given by AngleStart + AngleSpan.

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

See Also