BitmapEnableTransparency property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool BitmapEnableTransparency

Delphi Syntax

BitmapEnableTransparency: Boolean

Overview

Refer to Playing an Animation.

Remarks

Enables or disables the use of a transparent color when playing an animation.

The color is specified by the BitmapTransparentColor property. The use of transparency can be different for each bitmap in a list (but it is usually the same).

Value

Meaning

TRUE

Enable transparency.

FALSE

Disable transparency.

See Also

Elements:

BitmapDelay property, BitmapDisposalMethod property, BitmapTransparentColor property

Topics:

Raster Images: Playing Animated Images

 

Implementing Transparency