GifImage.InsertBlock
GifImage.InsertBlock method
Inserting a new GIF block allows you to add custom data at a specific position within the image. This method enables you to place custom blocks at a desired location in the GIF image, providing flexibility in organizing and structuring the image data.
public void InsertBlock(int index, IGifBlock block)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based element, at which block will be inserted. |
block | IGifBlock | The GIF block to add. |
See Also
- interface IGifBlock
- class GifImage
- namespace Aspose.Imaging.FileFormats.Gif
- assembly Aspose.Imaging