Interface IGifBlock
- Namespace
- Aspose.Imaging.FileFormats.Gif
- Assembly
- Aspose.Imaging.dll
Represents GIF block interface.
public interface IGifBlock
Methods
Save(Stream)
Saves the block to the specified stream.
void Save(Stream stream)
Parameters
stream
StreamThe stream to save data to.