MultiFramedImageDecoder Methods |
The MultiFramedImageDecoder type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFrameCount | Returns the number of frames in the image | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImageInfo(Stream) | Retrieves information from an image stored in a file without decoding the image data. (Inherited from ImageDecoder.) | |
GetImageInfo(Stream, Int32) | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidFormat | Checks the stream to determine if the image can be read by the decoder that derives this class. (Inherited from ImageDecoder.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Read(Stream, ProgressEventHandler) | Decode an image in a specified image Stream. (Inherited from ImageDecoder.) | |
Read(Stream, Int32, ProgressEventHandler) | Read a given frame in an encoded image using this decoder. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |