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
)
Public Function IndexOf (
frame As GifFrame
) As Integer
Parameters
- frame
- Type: Atalasoft.Imaging.CodecGifFrame
The GifFrame to look for.
Return Value
Type:
Int32 The index of the frame.
See Also