Enumeration for the degree of freedom constants of an interactive rectangle shape.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.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 | 4294967295 | Enables interactive manipulation of all degrees of freedom of the rectangle. |
Remarks
Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive Rectangle. You can OR these constants to combine different degrees of freedom.
See Also