GifFrameCollectionContains Method |
Checks to see if a specific frame already exists in the collection.
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 bool Contains(
GifFrame frame
)
Public Function Contains (
frame As GifFrame
) As Boolean
Parameters
- frame
- Type: Atalasoft.Imaging.CodecGifFrame
The GifFrame to look for.
Return Value
Type:
Boolean True if the frame exists.
See Also