Enumeration for the degree of freedom constants of an interactive rectangle 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 rectangle. | |
| Size | 1 | Enables interactive manipulation of size of the rectangle. | |
| Scale | 2 | Enables interactive manipulation of relative X,Y scale of the rectangle. | |
| Position | -2147483648 | Enables interactive manipulation of X,Y position of the rectangle. | |
| All | -1 | Enables interactive manipulation of rotation of the rectangle. |
Remarks
Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive CogRectangle. You can OR these constants to combine different degrees of freedom.
See Also