GifFrame Class |
Namespace: Atalasoft.Imaging.Codec
The GifFrame type exposes the following members.
Name | Description | |
---|---|---|
GifFrame |
Initializes a new instance of the GifFrame class.
| |
GifFrame(AtalaImage) | Creates a new instance of GifFrame specifying the frame image. | |
GifFrame(AtalaImage, Point) | Creates a new instance of GifFrame specifying the frame image and location. | |
GifFrame(AtalaImage, Point, Int32) | Creates a new instance of GifFrame specifying the frame image, location and delay time. | |
GifFrame(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. |
Name | Description | |
---|---|---|
DelayTime | Gets or sets the number of milliseconds this frame should be displayed. | |
FrameDisposal | Gets or sets the method of frame disposal to use before rendering the next frame. | |
Image | Gets or sets the image for this frame. | |
Interlaced | Gets or sets a value indicating whether the image is interlaced. | |
Location | Gets or sets the location to render the image on the animated canvas. | |
TransparentIndex | Gets or sets the transparent index for this image. | |
UseLocalPalette | Gets or sets a value indicating whether this image uses the global palette or it's own palette. |
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizes an instance of the GifFrame class.
(Overrides ObjectFinalize.) | |
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 the current object. (Inherited from Object.) |