Gets CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, and AngleSpan of this elliptical arc. All angles are in radians.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
public void GetCenterRadiusXYRotationAngleStartAngleSpan(
out double centerX,
out double centerY,
out double radiusX,
out double radiusY,
out double rotation,
out double angleStart,
out double angleSpan
)
public void GetCenterRadiusXYRotationAngleStartAngleSpan(
out double centerX,
out double centerY,
out double radiusX,
out double radiusY,
out double rotation,
out double angleStart,
out double angleSpan
)
Public Sub GetCenterRadiusXYRotationAngleStartAngleSpan (
<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
)
Public Sub GetCenterRadiusXYRotationAngleStartAngleSpan (
<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
)
public:
void GetCenterRadiusXYRotationAngleStartAngleSpan(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radiusX,
[OutAttribute] double% radiusY,
[OutAttribute] double% rotation,
[OutAttribute] double% angleStart,
[OutAttribute] double% angleSpan
)
public:
void GetCenterRadiusXYRotationAngleStartAngleSpan(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radiusX,
[OutAttribute] double% radiusY,
[OutAttribute] double% rotation,
[OutAttribute] double% angleStart,
[OutAttribute] double% angleSpan
)
Gets the CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, and AngleSpan of this elliptical arc.