Enumeration for the degree of freedom constants of an interactive ellipse shape.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| Size | 1 | Enables interactive manipulation of both radii of the ellipse independently. | |
| Scale | 2 | Enables interactive manipulation of both radii of the ellipse while keeping the ratio of their lengths constant. Note: If the 'Size' DOF is enabled, it will override this one. | |
| Rotation | 4 | Enables interactive manipulation of the rotation of the ellipse. | |
| Position | -2147483648 | Enables interactive manipulation of the X,Y position of the ellipse's center. | |
| All | -1 | Enables interactive manipulation of all degrees of freedom for the ellipse. |
Remarks
Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive CogEllipse shape. You can OR these constants to combine different degrees of freedom.
See Also