Interface IGifBlockLoaderDescriptor
Interface IGifBlockLoaderDescriptor
Названий на: Aspose.Imaging.FileFormats.Gif Асамблея: Aspose.Imaging.dll (25.4.0)
Завантажити Gif Block Loader Description.
public interface IGifBlockLoaderDescriptor
Methods
CanLoad(StreamContainer)
Визначити, чи може зарядник завантажувати зазначені дані.
bool CanLoad(StreamContainer streamContainer)
Parameters
streamContainer
StreamContainer
Потік контейнера для завантаження даних з.
Returns
«правдивий» зарядник може завантажувати зазначені дані; в іншому випадку, «фальшивий».
Load(Створення StreamContainer, IColorPalette)
Завантажити блок GIF.
IGifBlock Load(StreamContainer streamContainer, IColorPalette containerPalette)
Parameters
streamContainer
StreamContainer
Контейнер для потоку.
containerPalette
IColorPalette
Палетка контейнерів
Returns
Новий блок GIF.