GifImageInfo Properties |
The GifImageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| BackgroundIndex | Gets the background index in the GIF file. | |
| ColorDepth | The bits per pixel of the image, as loaded. (Inherited from ImageInfo.) | |
| DelayTime | Gets or sets the amount of time to display this frame in milliseconds. | |
| FrameCount | The number of frames/images/pages in the file. (Inherited from ImageInfo.) | |
| FrameDisposal | Gets or sets the frame disposal method to use for this frame. | |
| ImageType | Obsolete. The file format. (Inherited from ImageInfo.) | |
| Interlaced | Gets a value indicating if the GIF is interlaced. | |
| LeftOffset | Gets or sets the pixel offset from the left side of the animated screen area. | |
| PixelFormat | The PixelFormat of the image, as loaded. (Inherited from ImageInfo.) | |
| Resolution | The image resolution, usually in dots per inch. (Inherited from ImageInfo.) | |
| Size | The width and height of the image, as loaded. (Inherited from ImageInfo.) | |
| TopOffset | Gets or sets the pixel offset from the top of the animated screen area. | |
| TransparentIndex | Gets the transparent index of the Gif. |