The PAINTTOUCHCONTENTS enumerated type contains possible contents values for the nContentsType member of the PAINTTOUCH structure.
typedef enum PAINTTOUCHCONTENTS
{
PAINT_TOUCH_CONTENTS_COLOR,
PAINT_TOUCH_CONTENTS_IMAGE
} PAINTTOUCHCONTENTS, *pPAINTTOUCHCONTENTS;
Paintbrush contains a color.
Paintbrush contains a raster image.
This value represents the contents of a paintbrush.