GifImageInfo Class |
Namespace: Atalasoft.Imaging.Codec
The GifImageInfo type exposes the following members.
Name | Description | |
---|---|---|
GifImageInfo | Initializes a new instance of %GifImageInfo%. | |
GifImageInfo(Size, Int32, ImageType, Dpi, PixelFormat, Int32) | Initialize a new instance of %GifImageInfo% specifying it's properties. |
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. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Inherited from ImageInfo.) |