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