InsertBlock

GifImage.InsertBlock method

Fügt einen neuen GIF-Block hinzu.

public void InsertBlock(int index, IGifBlock block)
ParameterTypBeschreibung
indexInt32Das nullbasierte Element, an dem der Block eingefügt wird.
blockIGifBlockDer hinzuzufügende GIF-Block.

Siehe auch