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

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

[FlagsAttribute]
public enum CogGraphicLabelDOFConstants
Members

  Member nameValueDescription
None0Disables interactive manipulation of all degrees of freedom of the Label.
Position-2147483648Enables interactive manipulation of the position of the label.
All-1Enables interactive manipulation of all degrees of freedom of the Label.
Remarks

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

See Also