InsertBlock

WebPImage.InsertBlock method

Adds a new Webp block.

public void InsertBlock(int index, IFrame block)
ParameterTypeDescription
indexInt32The zero-based element, at which block will be inserted.
blockIFrameThe Webp block to add.

See Also