PAINTSHAPEBACKSTYLE

Summary

The PAINTSHAPEBACKSTYLE enumerated type contains options for the background style of a shape. These are the possible values for the nBackgroundStyle member of the PAINTSHAPE structure.

Syntax

typedef enum 
{ 
   PAINT_SHAPE_BACK_STYLE_TRANSPARENT, 
   PAINT_SHAPE_BACK_STYLE_OPAQUE, 
   PAINT_SHAPE_BACK_STYLE_TILEDIMAGE, 
   PAINT_SHAPE_BACK_STYLE_GRADIENT 
} PAINTSHAPEBACKSTYLE, *pPAINTSHAPEBACKSTYLE; 

Members

PAINT_SHAPE_BACK_STYLE_TRANSPARENT

Transparent background.

PAINT_SHAPE_BACK_STYLE_OPAQUE

Opaque background, using crBackgroundColor.

PAINT_SHAPE_BACK_STYLE_TILEDIMAGE

Background will be a tiled image, using pBackgroundTileBitmap.

PAINT_SHAPE_BACK_STYLE_GRADIENT

Background will be a gradient, using nGradientStyle, crGradientStartColor, crGradientEndColor and uGradientSteps.

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.