Inheritance
System.Object
GifDecoder
public class GifDecoder : IDisposable
Fields
Declaration
public const int STATUS_FORMAT_ERROR = 1
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int STATUS_OK = 0
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int STATUS_OPEN_ERROR = 2
Field Value
Type |
Description |
System.Int32 |
|
Properties
Declaration
public GifDecoder.GifFrame currentFrame { get; }
Property Value
Declaration
public bool done { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int frameCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int frameHeight { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int frameWidth { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int loopCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
Declaration
Returns
Type |
Description |
System.Int32 |
|
Declaration
public int read(Stream inStream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
inStream |
|
Returns
Type |
Description |
System.Int32 |
|