Files

11 lines
162 B
C#
Raw Permalink Normal View History

2021-07-23 09:42:22 +08:00
namespace WpfAnimatedGif.Decoding
{
internal enum GifBlockKind
{
Control,
GraphicRendering,
SpecialPurpose,
Other
}
}