GifBlock 类
Summary: The default gif block implementation.
Module: aspose.imaging.fileformats.gif
Full Name: aspose.imaging.fileformats.gif.GifBlock
Inheritance: IGifBlock
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| EXTENSION_INTRODUCER [static] | System.Byte | r | 扩展引入器。 |
| is_changed | bool | r/w | 获取或设置一个值,指示块是否已更改并需要保存。 |
Methods
| Name | 描述 |
|---|---|
| save(stream) | 将块保存到指定的流。 |
Method: save(stream)
save(stream)
将块保存到指定的流。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| 流 | _io.BufferedRandom | 保存数据的流。 |