BitmapDisposalMethod property (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

AnimationDisposalConstants BitmapDisposalMethod

Overview

Refer to Playing an Animation.

Remarks

Sets or gets the animation playback disposal method.

The disposal method can be different for each bitmap in a list (but it is usually the same). The following are constants for the disposal methods used after rendering an image in an animation playback:

Value

Meaning

ANIMATIONDISPOSAL_NONE

Do nothing.

ANIMATIONDISPOSAL_LEAVE

Leave the target bitmap as is.

ANIMATIONDISPOSAL_RESTOREBACKGROUND

Restore the background.

ANIMATIONDISPOSAL_RESTOREPREVIOUS

Restore the previous image.

See Also

Elements:

BitmapDelay property, BitmapEnableTransparency property, BitmapTransparentColor property

Topics:

Raster Images: Playing Animated Images