Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DigitalPaint C++ Class Library Help

PAINTFILLSTYLE

Show in webframe

typedef enum
{
   PAINT_FILL_STYLE_SOLID,
   PAINT_FILL_STYLE_GRADIENT,
   PAINT_FILL_STYLE_TILEDIMAGE,
} PAINTFILLSTYLE, *pPAINTFILLSTYLE;

The PAINTFILLSTYLE enumerated type contains options for the fill style used to fill an area. These are the possible values for the nStyle member of the PAINTFILL structure.

Value

Meaning

PAINT_FILL_STYLE_SOLID

Area filled with solid color.

PAINT_FILL_STYLE_GRADIENT

Area filled with a gradient.

PAINT_FILL_STYLETILEDIMAGE

Area filled with a tiled raster image.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.