PAINTTOUCHCONTENTS

typedef enum PAINTTOUCHCONTENTS 
{ 
   PAINT_TOUCH_CONTENTS_COLOR, 
   PAINT_TOUCH_CONTENTS_IMAGE 
} PAINTTOUCHCONTENTS, *pPAINTTOUCHCONTENTS; 

The PAINTTOUCHCONTENTS enumerated type contains possible contents values for the nContentsType member of the PAINTTOUCH structure.

Value Meaning
PAINT_TOUCH_CONTENTS_COLOR Paintbrush contains a color.
PAINT_TOUCH_CONTENTS_IMAGE Paintbrush contains a raster image.

Comments

This value represents the contents of a paintbrush.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DigitalPaint C++ Class Library Help