RectangleDOFConstants EnumerationCognex VisionPro 9.22

Enumeration for the degree of freedom constants of an interactive rectangle shape.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

[FlagsAttribute]
public enum RectangleDOFConstants
Members

  Member nameValueDescription
None0

Disables interactive manipulation of all degrees of freedom of the rectangle.

Size1

Enables interactive manipulation of size of the rectangle.

Scale2

Enables interactive manipulation of relative X,Y scale of the rectangle.

Position2147483648

Enables interactive manipulation of X,Y position of the rectangle.

All4294967295

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