C# Class ScreenToGif.ImageUtil.Decoder.GifFrame

Inheritance: GifBlock
Afficher le fichier Open project: dbremner/ScreenToGif Class Usage Examples

Méthodes publiques

Méthode Description
ReadFrame ( Stream stream, IEnumerable controlExtensions, bool metadataOnly ) : GifFrame

Private Methods

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

Method Details

ReadFrame() public static méthode

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