Enumeration of alignment options for a CogGraphicLabel.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| TopLeft | 0 | The anchor point of the label is the top left point of its bounding box. | |
| TopCenter | 1 | The anchor point of the label is the top center point of its bounding box. | |
| TopRight | 2 | The anchor point of the label is the top right point of its bounding box. | |
| BaselineLeft | 3 | The anchor point of the label is the left most point of the line where the bottom of the characters are drawn. | |
| BaselineCenter | 4 | The anchor point of the label is the center point of the line where the bottom of the characters are drawn. | |
| BaselineRight | 5 | The anchor point of the label is the right most point of the line where the bottom of the characters are drawn. | |
| BottomLeft | 6 | The anchor point of the label is the bottom left point of its bounding box. | |
| BottomCenter | 7 | The anchor point of the label is the bottom center point of its bounding box. | |
| BottomRight | 8 | The anchor point of the label is the bottom right point of its bounding box. |
Remarks
Enumeration of alignment options for a CogGraphicLabel.
See Also