Click or drag to resize

GifFrameCollectionCopyTo Method

Copies the GifFrames into an array.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CopyTo(
	GifFrame[] frames,
	int index
)

Parameters

frames
Type: Atalasoft.Imaging.CodecGifFrame
An array of GifFrame in which the collection will be copied.
index
Type: SystemInt32
The index in the frames array to begin copying to.
See Also