CogGraphicLabelAlignmentConstants EnumerationCognex VisionPro 9.5
Enumeration of alignment options for a CogGraphicLabel.

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

public enum CogGraphicLabelAlignmentConstants
Members

  Member nameValueDescription
TopLeft0The anchor point of the label is the top left point of its bounding box.
TopCenter1The anchor point of the label is the top center point of its bounding box.
TopRight2The anchor point of the label is the top right point of its bounding box.
BaselineLeft3The anchor point of the label is the left most point of the line where the bottom of the characters are drawn.
BaselineCenter4The anchor point of the label is the center point of the line where the bottom of the characters are drawn.
BaselineRight5The anchor point of the label is the right most point of the line where the bottom of the characters are drawn.
BottomLeft6The anchor point of the label is the bottom left point of its bounding box.
BottomCenter7The anchor point of the label is the bottom center point of its bounding box.
BottomRight8The anchor point of the label is the bottom right point of its bounding box.
Remarks

Enumeration of alignment options for a CogGraphicLabel.

See Also