Click or drag to resize

GifFrame Class

The GifFrame class holds information about a single frame in an animated GIF file.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.CodecGifFrame

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 GifFrame : IDisposable

The GifFrame type exposes the following members.

Constructors
  NameDescription
Public methodGifFrame
Initializes a new instance of the GifFrame class.
Public methodGifFrame(AtalaImage)
Creates a new instance of GifFrame specifying the frame image.
Public methodGifFrame(AtalaImage, Point)
Creates a new instance of GifFrame specifying the frame image and location.
Public methodGifFrame(AtalaImage, Point, Int32)
Creates a new instance of GifFrame specifying the frame image, location and delay time.
Public methodGifFrame(AtalaImage, Point, Int32, Boolean, GifFrameDisposal, Int32, Boolean)
Creates a new instance of GifFrame specifying the frame image, location, delay time, interlaced, frame disposal, transparent index and local palette settings.
Top
Properties
  NameDescription
Public propertyDelayTime
Gets or sets the number of milliseconds this frame should be displayed.
Public propertyFrameDisposal
Gets or sets the method of frame disposal to use before rendering the next frame.
Public propertyImage
Gets or sets the image for this frame.
Public propertyInterlaced
Gets or sets a value indicating whether the image is interlaced.
Public propertyLocation
Gets or sets the location to render the image on the animated canvas.
Public propertyTransparentIndex
Gets or sets the transparent index for this image.
Public propertyUseLocalPalette
Gets or sets a value indicating whether this image uses the global palette or it's own palette.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the GifFrame class.
(Overrides ObjectFinalize.)
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 the current object.
(Inherited from Object.)
Top
See Also