GifBlock 类

Summary: The default gif block implementation.

Module: aspose.imaging.fileformats.gif

Full Name: aspose.imaging.fileformats.gif.GifBlock

Inheritance: IGifBlock

Properties

NameTypeAccess描述
EXTENSION_INTRODUCER [static]System.Byter扩展引入器。
is_changedboolr/w获取或设置一个值,指示块是否已更改并需要保存。

Methods

Name描述
save(stream)将块保存到指定的流。

Method: save(stream)

 save(stream) 

将块保存到指定的流。

Parameters:

参数TypeDescription
_io.BufferedRandom保存数据的流。