GifFrameCollection Properties |
The GifFrameCollection type exposes the following members.
Name | Description | |
---|---|---|
BackgroundColorIndex | Gets or sets the index in the global palette used as the background color for the animation canvas.
| |
Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) | |
Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) | |
GlobalPalette | Gets or sets the palette used by frames in the GIF. | |
Height | Gets or sets the height of the animation canvas. | |
InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
Item | Gets a GifFrame at the specified index. | |
List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
LoopCount | Gets or sets the number of times to loop through the animation. | |
TransparentIndex | Gets or sets the index in the global palette which represents the transparent color. | |
Width | Gets or sets the width of the animation canvas. |