GraphicLabelDOFConstants EnumerationCognex VisionPro 9.21

Enumeration for the graphic degree of freedom enable constants of an interactive text label.

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

[FlagsAttribute]
public enum GraphicLabelDOFConstants
Members

  Member nameValueDescription
None0

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

Position2147483648

Enables interactive manipulation of the position of the label.

All4294967295

Enables interactive manipulation of all degrees of freedom of the Label.

Remarks

Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive GraphicLabel. You can OR these constants to combine different degrees of freedom.

See Also