PAINTFILLSTYLE

Summary

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.

Syntax

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

Members

PAINT_FILL_STYLE_SOLID

Area filled with solid color.

PAINT_FILL_STYLE_GRADIENT

Area filled with a gradient.

PAINT_FILL_STYLE_TILEDIMAGE

Area filled with a tiled raster image.

Usage

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

LEADTOOLS DigitalPaint C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.