Interface IGifBlockLoaderDescriptor

Interface IGifBlockLoaderDescriptor

名称: Aspose.Imaging.FileFormats.Gif アセンション: Aspose.Imaging.dll (25.4.0)

GIF ブロック Loader Descriptor

public interface IGifBlockLoaderDescriptor

Methods

CanLoad(StreamContainer)

充電器が指定されたデータを充電できるかどうかを決定します。

bool CanLoad(StreamContainer streamContainer)

Parameters

streamContainer StreamContainer

ストリームコンテナからデータを充電する。

Returns

bool

「真の」充電器は、指定されたデータを充電することができます; そうでなければ、「偽り」です。

Load(ストリームコンタナー、IColorPalette)

GIFブロックをアップします。

IGifBlock Load(StreamContainer streamContainer, IColorPalette containerPalette)

Parameters

streamContainer StreamContainer

ストリームコンテナ

containerPalette IColorPalette

コンテナパレット

Returns

IGifBlock

新しいGIFブロック

 日本語