Click or drag to resize

GifFrameCollectionIndexOf Method

Looks up the index for a specific frame.

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 int IndexOf(
	GifFrame frame
)

Parameters

frame
Type: Atalasoft.Imaging.CodecGifFrame
The GifFrame to look for.

Return Value

Type: Int32
The index of the frame.
See Also