WindowBackgroundHatchStyle

NI Vision for LabWindows/CVI Function

WindowBackgroundHatchStyle

Describes the hatch style for a display window.

Elements

Name

Value

Description

IMAQ_HATCH_STYLE_HORIZONTAL 0 The background of the display window will be horizontal bars.
IMAQ_HATCH_STYLE_VERTICAL 1 The background of the display window will be vertical bars.
IMAQ_HATCH_STYLE_FORWARD_DIAGONAL 2 The background of the display window will be diagonal bars. The bars start in the lower-left corner and end in the upper-right corner of the window.
IMAQ_HATCH_STYLE_BACKWARD_DIAGONAL 3 The background of the display window will be diagonal bars. The bars start in the upper-left corner and end in the lower-right corner of the window.
IMAQ_HATCH_STYLE_CROSS 4 The background of the display window will be intersecting horizontal and vertical bars.
IMAQ_HATCH_STYLE_CROSS_HATCH 5 The background of the display window will be intersecting forward and backward diagonal bars.
IMAQ_HATCH_STYLE_SIZE_GUARD 0xFFFFFFFF Reserved