mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-03 07:36:35 +08:00
项目结构调整
This commit is contained in:
10
Others/WpfAnimatedGif/Decoding/GifBlockKind.cs
Normal file
10
Others/WpfAnimatedGif/Decoding/GifBlockKind.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace WpfAnimatedGif.Decoding
|
||||
{
|
||||
internal enum GifBlockKind
|
||||
{
|
||||
Control,
|
||||
GraphicRendering,
|
||||
SpecialPurpose,
|
||||
Other
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user