Click or drag to resize

GifFrameCollection Properties

The GifFrameCollection type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColorIndex
Gets or sets the index in the global palette used as the background color for the animation canvas.
Public propertyCapacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public propertyCount
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Public propertyGlobalPalette
Gets or sets the palette used by frames in the GIF.
Public propertyHeight
Gets or sets the height of the animation canvas.
Protected propertyInnerList
Gets an ArrayList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.)
Public propertyItem
Gets a GifFrame at the specified index.
Protected propertyList
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.)
Public propertyLoopCount
Gets or sets the number of times to loop through the animation.
Public propertyTransparentIndex
Gets or sets the index in the global palette which represents the transparent color.
Public propertyWidth
Gets or sets the width of the animation canvas.
Top
See Also