Enumeration for the graphic degree of freedom enable constants of an interactive coordinate axes.
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 coordinate axes. | |
| Scale | 1 | Enables interactive manipulation of the size of the axis arms of the coordinate axes. | |
| Aspect | 2 | Enables interactive manipulation of X-axis of the coordinate axes independently of the Y-axis. | |
| Rotation | 4 | Enables interactive manipulation of the rotation of the coordinate axes. | |
| Skew | 8 | Enables interactive manipulation of the skew of the coordinate axes. | |
| Position | -2147483648 | Enables interactive manipulation of the X,Y position of the coordinate axes. | |
| All | -1 | Enables interactive manipulation of all degrees of freedom of the coordinate axes. |
Remarks
Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for CogCoordinateAxes. You can OR these constants to combine different degrees of freedom.
See Also