CogCircle SetCenterRadius Method Cognex VisionPro 9.8
Sets CenterX, CenterY, Radius of the circle.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

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

Event TypeReason
CogCircle Changed

Fires when the shape changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The new radius is <=0.

    Remarks

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

    See Also