LoadBlockByFirstSupportedDescriptor
GifBlocksRegistry.LoadBlockByFirstSupportedDescriptor method
使用第一个找到的适合指定的开启器加载 gif 块stream .
public static IGifBlock LoadBlockByFirstSupportedDescriptor(Stream stream,
IColorPalette containerPalette)
范围 | 类型 | 描述 |
---|---|---|
stream | Stream | 流。 |
containerPalette | IColorPalette | 容器调色板。 |
返回值
加载的 gif 块,如果没有找到开启器,则为 null。
评论
第一个开启者实际上是最后注册的。
也可以看看
- interface IGifBlock
- interface IColorPalette
- class GifBlocksRegistry
- 命名空间 Aspose.Imaging.FileFormats.Gif
- 部件 Aspose.Imaging