GifImageRemoveBlock Method |
Removes the GIF block.
Namespace: Aspose.Imaging.FileFormats.GifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic void RemoveBlock(
IGifBlock block
)
Public Sub RemoveBlock (
block As IGifBlock
)
public:
void RemoveBlock(
IGifBlock^ block
)
member RemoveBlock :
block : IGifBlock -> unit
Parameters
- block
- Type: Aspose.Imaging.FileFormats.GifIGifBlock
The block to remove.
RemarksNote: do not forget to Dispose the block if you will not add it to some other GifImage.
See Also