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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
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