CogCircle GetCenterRadius Method Cognex VisionPro 9.5
Retrieve CenterX, CenterY, Radius of the circle.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.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