GIFBitmap 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.
Represents a single frame in a GIF image.
public ref class GIFBitmap
public class GIFBitmap
type GIFBitmap = class
Public Class GIFBitmap
- Inheritance
-
GIFBitmap
Properties
| Name | Description |
|---|---|
| BackgroundColor |
Gets the background color as an ARGB integer. |
| Bounds |
Gets the bounds of this frame within the logical screen. |
| ColorTable |
Gets the color table for this frame. |
| Data |
Gets or sets the pixel data as ARGB integers. |
| DataPosition |
Gets the position in the stream where the image data begins. |
| Delay |
Gets the delay time in milliseconds before showing the next frame. |
| Dispose |
Gets the disposal method for this frame. |
| IsInterlaced |
Gets whether this frame is interlaced. |
| IsTransparent |
Gets whether this frame uses transparency. |
| LoopCount |
Gets the number of times to loop the animation. |
| TransparencyIndex |
Gets the transparency index in the color table. |
Methods
| Name | Description |
|---|---|
| CreateBitmapAsync(GIFDecoderStreamReader, GIFHeader, GIFBitmapDecoder, GIFBitmap, Boolean) |
Asynchronously creates a GIF bitmap from the stream. |