Gets CenterX, CenterY, Radius, AngleStart (in radians), AngleSpan (in radians) and RadialScale of the circular annulus section.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
public void GetCenterRadiusAngleStartAngleSpanRadialScale(
out double centerX,
out double centerY,
out double radius,
out double angleStart,
out double angleSpan,
out double radialScale
)
public void GetCenterRadiusAngleStartAngleSpanRadialScale(
out double centerX,
out double centerY,
out double radius,
out double angleStart,
out double angleSpan,
out double radialScale
)
Public Sub GetCenterRadiusAngleStartAngleSpanRadialScale (
<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,
<OutAttribute> ByRef radialScale As Double
)
Public Sub GetCenterRadiusAngleStartAngleSpanRadialScale (
<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,
<OutAttribute> ByRef radialScale As Double
)
public:
void GetCenterRadiusAngleStartAngleSpanRadialScale(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radius,
[OutAttribute] double% angleStart,
[OutAttribute] double% angleSpan,
[OutAttribute] double% radialScale
)
public:
void GetCenterRadiusAngleStartAngleSpanRadialScale(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radius,
[OutAttribute] double% angleStart,
[OutAttribute] double% angleSpan,
[OutAttribute] double% radialScale
)
Gets CenterX, CenterY, Radius, AngleStart, AngleSpan and RadialScale of the circular annulus section.