Interface IGifBlockLoaderDescriptor

Interface IGifBlockLoaderDescriptor

Nom dels espais: Aspose.Imaging.FileFormats.Gif Assemblea: Aspose.Imaging.dll (25.4.0)

Descriptor de bloc GIF.

public interface IGifBlockLoaderDescriptor

Methods

CanLoad(StreamContainer)

Determina si el carregat pot carregar les dades especificades.

bool CanLoad(StreamContainer streamContainer)

Parameters

streamContainer StreamContainer

El contenidor de flux per carregar les dades.

Returns

bool

El carregador ‘veritable’ pot cargar les dades especificades; en cas contrari, ‘falsa’.

Load(Guió, IColorPalette)

Carrega el bloc gif.

IGifBlock Load(StreamContainer streamContainer, IColorPalette containerPalette)

Parameters

streamContainer StreamContainer

El contenidor de flux.

containerPalette IColorPalette

La paleta de contenidors.

Returns

IGifBlock

Un nou bloc de gif.

 Català