Circle GetCenterRadius Method Cognex VisionPro 9.23

Retrieve CenterX, CenterY, Radius of the circle.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public void GetCenterRadius(
	out double centerX,
	out double centerY,
	out double radius
)

Parameters

centerX
Type: System Double 
X-coordinate of the center of the circle.
centerY
Type: System Double 
Y-coordinate of the center of the circle
radius
Type: System Double 
Radius of the circle.
Remarks

Retrieve CenterX, CenterY, Radius of the circle.

See Also