CWIMAQTextOptions

NI Vision for Visual Basic

CWIMAQTextOptions

CWIMAQTextOptions specifies how the text is drawn by CWIMAQOverlay.DrawText or CWIMAQVision.DrawText2.

Properties

AngleAngle of the text. The default is 0.
BackColorBackground color of the text overlay. The default value is cwimaqTransparentColor.
FontNameName of the font face to use.
ForeColorColor of the text. The default is black.
HorizontalAlignmentHorizontal alignment of the text. The default is cwimaqHorizontalTextAlignmentLeft.
SizeSize of the font. The default is 12.
StyleStyle of the text. The default is cwimaqTextStyleNormal.
VerticalAlignmentVertical alignment of the text. The default is cwimaqVerticalTextAlignmentBottom.

See Also

CWIMAQOverlay.DrawText

CWIMAQVision.DrawText2