CogRectangleDOFConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration for the degree of freedom constants of an interactive rectangle shape.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

[FlagsAttribute]
public enum CogRectangleDOFConstants
Members

  Member nameValueDescription
None0Disables interactive manipulation of all degrees of freedom of the rectangle.
Size1Enables interactive manipulation of size of the rectangle.
Scale2Enables interactive manipulation of relative X,Y scale of the rectangle.
Position-2147483648Enables interactive manipulation of X,Y position of the rectangle.
All-1Enables 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