Sets CenterX, CenterY, Radius of the circle.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.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.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The 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