Gets the named properties in a single method call.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
public void GetCenterXYRadiusXYRotation(
out double centerX,
out double centerY,
out double radiusX,
out double radiusY,
out double rotation
)
public void GetCenterXYRadiusXYRotation(
out double centerX,
out double centerY,
out double radiusX,
out double radiusY,
out double rotation
)
Public Sub GetCenterXYRadiusXYRotation (
<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
)
Public Sub GetCenterXYRadiusXYRotation (
<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
)
public:
void GetCenterXYRadiusXYRotation(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radiusX,
[OutAttribute] double% radiusY,
[OutAttribute] double% rotation
)
public:
void GetCenterXYRadiusXYRotation(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radiusX,
[OutAttribute] double% radiusY,
[OutAttribute] double% rotation
)
Parameters
- centerX
- Type: System Double
The x-coordinate of the center of this ellipse.
- centerY
- Type: System Double
The y-coordinate of the center of this ellipse.
- radiusX
- Type: System Double
The x-radius of this ellipse.
- radiusY
- Type: System Double
The x-radius of this ellipse.
- rotation
- Type: System Double
The rotation angle of this ellipse.
Returns the x- and y-coordinates of the center, the x- and y-radii, and the rotation of this ellipse.