GifDecoder Methods |
The GifDecoder type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizes an instance of the GifDecoder class.
(Overrides ObjectFinalize.) | |
GetFrameCount | Gets the number of frames in a GIF. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImageInfo(Stream) | Retreive information from a Gif image stored in a Stream without decoding the image data. (Overrides ImageDecoderGetImageInfo(Stream).) | |
GetImageInfo(Stream, Int32) | Retreive information from a specified frame in a Gif image stored in a Stream without decoding the image
data. (Overrides MultiFramedImageDecoderGetImageInfo(Stream, Int32).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidFormat | Returns true if the specified Stream contains a Gif image. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Read(Stream, ProgressEventHandler) | Returns an %AtalaImage% from a Stream containing a Gif encoded image. (Overrides ImageDecoderRead(Stream, ProgressEventHandler).) | |
Read(Stream, Int32, ProgressEventHandler) | Returns a specified frame to an %AtalaImage% from a Stream containing an animated Gif encoded image.
(Overrides MultiFramedImageDecoderRead(Stream, Int32, ProgressEventHandler).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |