InsertBlock
GifImage.InsertBlock method
Adds a new GIF block.
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