In This Topic ▼

ANIMATE_EVENT

Summary

Identifies the animation playback state events, and the animation window moves.

Syntax

typedef enum tagANIMATE_EVENT 
{ 
   EVENT_MOVE_FIRST, 
   EVENT_MOVE_LAST, 
   EVENT_MOVE_NEXT, 
   EVENT_MOVE_PREV, 
   EVENT_MOVE_TO, 
   EVENT_PLAYSTATE_START, 
   EVENT_PLAYSTATE_END, 
   EVENT_PLAYSTATE_PRECLEAR, 
   EVENT_PLAYSTATE_POSTCLEAR, 
   EVENT_PLAYSTATE_PRERENDER, 
   EVENT_PLAYSTATE_RENDER, 
   EVENT_PLAYSTATE_POSTRENDER, 
   EVENT_PLAYSTATE_WAITINPUT, 
   EVENT_PLAYSTATE_WAITDELAY, 
   EVENT_PLAYSTATE_WAITINPUTDELAY, 
   EVENT_PLAYSTATE_PREDISPOSE, 
   EVENT_PLAYSTATE_POSTDISPOSE, 
   EVENT_PLAYSTATE_LOOP 
} ANIMATE_EVENT; 
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.