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)
ParameterTypeDescription
indexInt32The zero-based element, at which block will be inserted.
blockIGifBlockThe GIF block to add.

See Also