mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
11 lines
162 B
C#
11 lines
162 B
C#
namespace WpfAnimatedGif.Decoding
|
|
{
|
|
internal enum GifBlockKind
|
|
{
|
|
Control,
|
|
GraphicRendering,
|
|
SpecialPurpose,
|
|
Other
|
|
}
|
|
}
|