C# Class ScreenToGif.ImageUtil.Decoder.GifFrame

Inheritance: GifBlock
Show file Open project: dbremner/ScreenToGif Class Usage Examples

Public Methods

Method Description
ReadFrame ( Stream stream, IEnumerable controlExtensions, bool metadataOnly ) : GifFrame

Private Methods

Method Description
GifFrame ( ) : System.Collections.Generic
Read ( Stream stream, IEnumerable controlExtensions, bool metadataOnly ) : void

Method Details

ReadFrame() public static method

public static ReadFrame ( Stream stream, IEnumerable controlExtensions, bool metadataOnly ) : GifFrame
stream System.IO.Stream
controlExtensions IEnumerable
metadataOnly bool
return GifFrame