AnimationBitsPerPixel property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnimationBitsPerPixel

Delphi Syntax

AnimationBitsPerPixel: Integer

Overview

Refer to Playing an Animation.

Remarks

Specifies the bits per pixel of the target bitmap that is used for animation playback.

This property applies to the temporary target bitmap that LEADTOOLS creates for animation playback.

This property is initialized when you take any of the following actions which create or replace the control's bitmap list:

image\sqrblit.gif Load an image file.

image\sqrblit.gif Capture an image from the screen.

image\sqrblit.gif Copy another control's bitmap list by assigning the BitmapList property.

If you make any subsequent changes in the color resolution of the loaded bitmaps, you should update this property before playing the list as an animation.

See Also

Elements:

AnimationBackColor property, AnimationPalette property, AnimationWidth property, AnimationHeight property

Topics:

Raster Images: Saving Files

 

Raster Images: Getting and Setting File Information

 

Raster Images: Playing Animated Images