animdecod.h
Enumerado wxAnimationDisposal
enum wxAnimationDisposal { wxANIM_UNSPECIFIED = -1, wxANIM_DONOTREMOVE = 0, wxANIM_TOBACKGROUND = 1, wxANIM_TOPREVIOUS = 2 };
Valores
- wxANIM_UNSPECIFIED
- No se especifica la eliminación. El descodificador no está obligado a realizar ninguna acción.
- wxANIM_DONOTREMOVE
- No eliminar. El gráfico debe dejarse en su sitio.
- wxANIM_TOBACKGROUND
Restaurar al color de fondo.
El área utilizada por el gráfico debe restaurarse al color de fondo.
- wxANIM_TOPREVIOUS
Restaurar a anterior.
El descodificador debe restaurar el área sobrescrita por el gráfico con lo que había antes de renderizar el gráfico.