Interface IGifBlockLoaderDescriptor

Interface IGifBlockLoaderDescriptor

이름 공간 : Aspose.Imaging.FileFormats.Gif 모임: Aspose.Imaging.dll (25.4.0)

GIF 블록 로더 설명기

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 블록이 있습니다.

 한국어