The status of a component in a GIF data stream which is being decoded.
Includes a member of the GifDecoderStatus enumeration, and some text
to describe what (if anything) is wrong.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class GifComponentStatus
Public Class GifComponentStatus
public ref class GifComponentStatus
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
GifComponentStatus(ErrorState, String) |
Constructor.
| |
Equals(Object) | (Inherited from Object.) | |
ErrorMessage |
Gets any error message associated with the status of a GIF
component.
| |
ErrorState |
Gets a member of the Gif.Components.ErrorState enumeration
describing the error state of a component of a GIF data stream.
| |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString()()() |
Gets a string representation of the GifComponentStatus's ErrorState
property.
(Overrides Object.ToString()()().) |
Inheritance Hierarchy
Object | |
GifComponentStatus |