GraphicLabelAlignmentConstants EnumerationCognex VisionPro 9.22

Enumeration of alignment options for a GraphicLabel.

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

public enum GraphicLabelAlignmentConstants
Members

  Member nameValueDescription
TopLeft0

The anchor point of the label is the top left point of its bounding box.

TopCenter1

The anchor point of the label is the top center point of its bounding box.

TopRight2

The anchor point of the label is the top right point of its bounding box.

BaselineLeft3

The anchor point of the label is the left most point of the line where the bottom of the characters are drawn.

BaselineCenter4

The anchor point of the label is the center point of the line where the bottom of the characters are drawn.

BaselineRight5

The anchor point of the label is the right most point of the line where the bottom of the characters are drawn.

BottomLeft6

The anchor point of the label is the bottom left point of its bounding box.

BottomCenter7

The anchor point of the label is the bottom center point of its bounding box.

BottomRight8

The anchor point of the label is the bottom right point of its bounding box.

Remarks

Enumeration of alignment options for a GraphicLabel.

See Also