Click or drag to resize

GifImageInfo Properties

The GifImageInfo type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundIndex
Gets the background index in the GIF file.
Public propertyColorDepth
The bits per pixel of the image, as loaded.
(Inherited from ImageInfo.)
Public propertyDelayTime
Gets or sets the amount of time to display this frame in milliseconds.
Public propertyFrameCount
The number of frames/images/pages in the file.
(Inherited from ImageInfo.)
Public propertyFrameDisposal
Gets or sets the frame disposal method to use for this frame.
Public propertyImageType Obsolete.
The file format.
(Inherited from ImageInfo.)
Public propertyInterlaced
Gets a value indicating if the GIF is interlaced.
Public propertyLeftOffset
Gets or sets the pixel offset from the left side of the animated screen area.
Public propertyPixelFormat
The PixelFormat of the image, as loaded.
(Inherited from ImageInfo.)
Public propertyResolution
The image resolution, usually in dots per inch.
(Inherited from ImageInfo.)
Public propertySize
The width and height of the image, as loaded.
(Inherited from ImageInfo.)
Public propertyTopOffset
Gets or sets the pixel offset from the top of the animated screen area.
Public propertyTransparentIndex
Gets the transparent index of the Gif.
Top
See Also