PAINTTOUCHSHAPE
typedef enum PAINTTOUCHSHAPE
{
PAINT_TOUCH_SHAPE_CIRCLE
} PAINTTOUCHSHAPE, *pPAINTTOUCHSHAPE;
The PAINTTOUCHSHAPE enumerated type contains possible shape values for the nShape member of the PAINTTOUCH structure.
Value |
Meaning |
PAINT_TOUCH_SHAPE_CIRCLE |
Circular cross section. |