ANIMATION_DISPOSAL

Summary

The enumeration specifies the disposal methods used after rendering each image in an animation playback.

Syntax

typedef enum tagANIMATION_DISPOSAL 
{ 
   DISPOSAL_NONE, 
   DISPOSAL_LEAVE, 
   DISPOSAL_RESTOREBACKGROUND, 
   DISPOSAL_RESTOREPREVIOUS 
} ANIMATION_DISPOSAL; 

Members

DISPOSAL_NONE

[0] Do nothing.

DISPOSAL_LEAVE

[1] Leave the target bitmap as is.

DISPOSAL_RESTOREBACKGROUND

[2] Restore the background.

DISPOSAL_RESTOREPREVIOUS

[3] Restore the previous image.

See Also

Topics

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

LEADTOOLS Raster Imaging C++ Class Library Help

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