CWIMAQDrawModes Enumeration
From NI Vision for Visual Basic
CWIMAQDrawModes Enumeration
CWIMAQDrawModes are the constants for the DrawMode parameter of the CWIMAQVision.DrawLine2, CWIMAQVision.DrawRect2, and CWIMAQVision.DrawOval2 methods.
You can use the following constants with this data type:
- cwimaqDrawModeFrame—Frame mode. Draws the contour of the shape in the color that you specify.
- cwimaqDrawModeInvFrame—Inverse frame mode. Draws the contour of the shape using the inverse of the pixel values.
- cwimaqDrawModeInvPaint—Inverse paint mode. Draws the contour and interior of the shape using the inverse of the pixel values.
- cwimaqDrawModePaint—Paint mode. Draws the contour and interior of the shape in the color that you specify.