Sets CenterX, CenterY, Radius of the circle.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
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.
Events
| Event Type | Reason |
|---|---|
| CogCircle Changed | Fires when the shape changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new radius is <=0. |
Remarks
Sets the CenterX, CenterY, and Radius of the circle.
See Also