IGifBlock 类
Summary: Represents GIF block interface.
Module: aspose.imaging.fileformats.gif
Full Name: aspose.imaging.fileformats.gif.IGifBlock
Methods
| Name | 描述 |
|---|---|
| save(stream) | 将块保存到指定的流。 |
Method: save(stream)
save(stream)
将块保存到指定的流。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| 流 | _io.BufferedRandom | 保存数据的流。 |