Gets CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, AngleSpan, and RadialScale of this elliptical annulus section.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
public void GetCenterRadiusXYRotationAngleStartAngleSpanRadialScale(
out double centerX,
out double centerY,
out double radiusX,
out double radiusY,
out double rotation,
out double angleStart,
out double angleSpan,
out double radialScale
)
public void GetCenterRadiusXYRotationAngleStartAngleSpanRadialScale(
out double centerX,
out double centerY,
out double radiusX,
out double radiusY,
out double rotation,
out double angleStart,
out double angleSpan,
out double radialScale
)
Public Sub GetCenterRadiusXYRotationAngleStartAngleSpanRadialScale (
<OutAttribute> ByRef centerX As Double,
<OutAttribute> ByRef centerY As Double,
<OutAttribute> ByRef radiusX As Double,
<OutAttribute> ByRef radiusY As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef angleStart As Double,
<OutAttribute> ByRef angleSpan As Double,
<OutAttribute> ByRef radialScale As Double
)
Public Sub GetCenterRadiusXYRotationAngleStartAngleSpanRadialScale (
<OutAttribute> ByRef centerX As Double,
<OutAttribute> ByRef centerY As Double,
<OutAttribute> ByRef radiusX As Double,
<OutAttribute> ByRef radiusY As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef angleStart As Double,
<OutAttribute> ByRef angleSpan As Double,
<OutAttribute> ByRef radialScale As Double
)
public:
void GetCenterRadiusXYRotationAngleStartAngleSpanRadialScale(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radiusX,
[OutAttribute] double% radiusY,
[OutAttribute] double% rotation,
[OutAttribute] double% angleStart,
[OutAttribute] double% angleSpan,
[OutAttribute] double% radialScale
)
public:
void GetCenterRadiusXYRotationAngleStartAngleSpanRadialScale(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radiusX,
[OutAttribute] double% radiusY,
[OutAttribute] double% rotation,
[OutAttribute] double% angleStart,
[OutAttribute] double% angleSpan,
[OutAttribute] double% radialScale
)
Gets CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, AngleSpan, and RadialScale of this elliptical annulus section.