GIFBitmapDecoder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decodes LZW-compressed GIF image data.
public ref class GIFBitmapDecoder
public class GIFBitmapDecoder
type GIFBitmapDecoder = class
Public Class GIFBitmapDecoder
- Inheritance
-
GIFBitmapDecoder
Constructors
| Name | Description |
|---|---|
| GIFBitmapDecoder() | |
Methods
| Name | Description |
|---|---|
| Compose(GIFHeader, GIFBitmap, GIFBitmap) |
Composes a bitmap frame from decoded pixel data. |
| DecodeAsync(GIFDecoderStreamReader, Int32, Int32) |
Asynchronously decodes LZW-compressed image data from the stream. |