Gets CenterX, CenterY, Radius, AngleStart, and AngleSpan of this circular arc.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
public void GetCenterRadiusAngleStartAngleSpan(
out double centerX,
out double centerY,
out double radius,
out double angleStart,
out double angleSpan
)
public void GetCenterRadiusAngleStartAngleSpan(
out double centerX,
out double centerY,
out double radius,
out double angleStart,
out double angleSpan
)
Public Sub GetCenterRadiusAngleStartAngleSpan (
<OutAttribute> ByRef centerX As Double,
<OutAttribute> ByRef centerY As Double,
<OutAttribute> ByRef radius As Double,
<OutAttribute> ByRef angleStart As Double,
<OutAttribute> ByRef angleSpan As Double
)
Public Sub GetCenterRadiusAngleStartAngleSpan (
<OutAttribute> ByRef centerX As Double,
<OutAttribute> ByRef centerY As Double,
<OutAttribute> ByRef radius As Double,
<OutAttribute> ByRef angleStart As Double,
<OutAttribute> ByRef angleSpan As Double
)
public:
void GetCenterRadiusAngleStartAngleSpan(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radius,
[OutAttribute] double% angleStart,
[OutAttribute] double% angleSpan
)
public:
void GetCenterRadiusAngleStartAngleSpan(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radius,
[OutAttribute] double% angleStart,
[OutAttribute] double% angleSpan
)
Gets the CenterX, CenterY, Radius, AngleStart, and AngleSpan of this circular arc.