Enumeration for the graphic degree of freedom enable constants of an interactive circle shape.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Disables interactive manipulation of all degrees of freedom of the circle. | |
| Radius | 1 | Enables interactive manipulation of the circle's radius. | |
| Position | -2147483648 | Enables interactive manipulation of the X,Y position of the circle's center. | |
| All | -1 | Enables interactive manipulation of all degrees of freedom of the circle. |
Remarks
Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive CogCircle shape. You can OR these constants to combine different degrees of freedom. .
See Also