Retrieve CenterX, CenterY, Radius of the circle.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
public void GetCenterRadius(
out double centerX,
out double centerY,
out double radius
)
public void GetCenterRadius(
out double centerX,
out double centerY,
out double radius
)
Public Sub GetCenterRadius (
<OutAttribute> ByRef centerX As Double,
<OutAttribute> ByRef centerY As Double,
<OutAttribute> ByRef radius As Double
)
Public Sub GetCenterRadius (
<OutAttribute> ByRef centerX As Double,
<OutAttribute> ByRef centerY As Double,
<OutAttribute> ByRef radius As Double
)
public:
void GetCenterRadius(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radius
)
public:
void GetCenterRadius(
[OutAttribute] double% centerX,
[OutAttribute] double% centerY,
[OutAttribute] double% radius
)
Retrieve CenterX, CenterY, Radius of the circle.