GifBlock Class
Summary: The default gif block implementation.
Module: aspose.imaging.fileformats.gif
Full Name: aspose.imaging.fileformats.gif.GifBlock
Inheritance: IGifBlock
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| EXTENSION_INTRODUCER [static] | System.Byte | r | Extension introducer. |
| is_changed | bool | r/w | Gets or sets a value indicating whether block has changed and requires save. |
Methods
| Name | Description |
|---|---|
| save(stream) | Saves the block to the specified stream. |
Method: save(stream)
save(stream)
Saves the block to the specified stream.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| stream | _io.BufferedRandom | The stream to save data to. |