BitmapDisposalMethod property (Main Control)

Visual Basic example
Visual C++ 4.0 example
Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax short 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