Circle SetCenterRadius Method Cognex VisionPro 9.25 SR1

Sets CenterX, CenterY, Radius of the circle.

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

public void SetCenterRadius(
	double centerX,
	double centerY,
	double radius
)
Exceptions

ExceptionCondition
ArgumentExceptionThe new radius is <=0.
Remarks

Changed Raised when the value of this property changes. The following StateFlags may be affected :

Remarks

Sets the CenterX, CenterY, and Radius of the circle.

See Also