Gets CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, AngleSpan, and RadialScale of this elliptical annulus section.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.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
)
Parameters
- centerX
- Type: System Double
The x-coordinate of the center of the underlying ellipse.
- centerY
- Type: System Double
The y-coordinate of the center of the underlying ellipse.
- radiusX
- Type: System Double
The distance from the center of the underlying start ellipse to its boundary along the its x-axis
- radiusY
- Type: System Double
The distance from the center of the underlying start ellipse to its boundary along the its y-axis
- rotation
- Type: System Double
The rotation angle of the underlying ellipse.
- angleStart
- Type: System Double
The AngleStart.
- angleSpan
- Type: System Double
The AngleSpan.
- radialScale
- Type: System Double
The RadialScale of the elliptical annular section.
Gets CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, AngleSpan, and RadialScale of this elliptical annulus section.