Click or drag to resize

GifImageInfo Class

Summary description for PngImageInfo.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.CodecImageInfo
    Atalasoft.Imaging.CodecGifImageInfo

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class GifImageInfo : ImageInfo

The GifImageInfo type exposes the following members.

Constructors
  NameDescription
Public methodGifImageInfo
Initializes a new instance of %GifImageInfo%.
Public methodGifImageInfo(Size, Int32, ImageType, Dpi, PixelFormat, Int32)
Initialize a new instance of %GifImageInfo% specifying it's properties.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from ImageInfo.)
Top
See Also