DrawMode
The method that the function uses to draw an object.
Elements
Name | Value | Description |
---|---|---|
IMAQ_DRAW_VALUE | 0 | Draws the boundary of the object with the specified pixel value. |
IMAQ_DRAW_INVERT | 2 | Inverts the pixel values of the boundary of the object. |
IMAQ_PAINT_VALUE | 1 | Fills the object with the given pixel value. |
IMAQ_PAINT_INVERT | 3 | Inverts the pixel values of the object. |
IMAQ_HIGHLIGHT_VALUE | 4 | The function fills the object by highlighting the enclosed pixels with the color of the object. The highlighting allows features of an image to persist inside a filled object. |
IMAQ_DRAW_MODE_SIZE_GUARD | 0xFFFFFFFF | Reserved |