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