PAINTTEXTBACKSTYLE

Summary

An enumeration type that determines the current text background style.

Syntax

typedef enum 
{ 
   PAINT_TEXT_BACK_STYLE_TRANSPARENT, 
   PAINT_TEXT_BACK_STYLE_OPAQUE, 
   PAINT_TEXT_BACK_STYLE_TILEDIMAGE, 
} PAINTTEXTBACKSTYLE ; 

Members

PAINT_TEXT_BACK_STYLE_TRANSPARENT

Transparent background.

PAINT_TEXT_BACK_STYLE_OPAQUE

Opaque background, using crBackgroundColor.

PAINT_TEXT_BACK_STYLE_TILEDIMAGE

Background will be a tiled image, using pBackgroundTileBitmap.

Usage

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

LEADTOOLS Digital Paint C API Help

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