CWIMAQTextOptions
CWIMAQTextOptions specifies how the text is drawn by CWIMAQOverlay.DrawText or CWIMAQVision.DrawText2.
Properties
| Angle | Angle of the text. The default is 0. |
| BackColor | Background color of the text overlay. The default value is cwimaqTransparentColor. |
| FontName | Name of the font face to use. |
| ForeColor | Color of the text. The default is black. |
| HorizontalAlignment | Horizontal alignment of the text. The default is cwimaqHorizontalTextAlignmentLeft. |
| Size | Size of the font. The default is 12. |
| Style | Style of the text. The default is cwimaqTextStyleNormal. |
| VerticalAlignment | Vertical alignment of the text. The default is cwimaqVerticalTextAlignmentBottom. |