Gembox.Imaging
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    GifFrameMetadata Class

    Namespace:
    GemBox.Imaging.Gif
    Assembly:
    GemBox.Imaging.dll

    Represents the metadata of a frame in a GIF image.

    • C#
    • VB.NET
    public sealed class GifFrameMetadata : ICloneable
    Public NotInheritable Class GifFrameMetadata
        Implements ICloneable
    Inheritance:
    System.Object
    GifFrameMetadata
    Implements
    System.ICloneable

    Properties

    FrameDelay

    Gets or sets the frame delay for animated images.

    • C#
    • VB.NET
    public TimeSpan FrameDelay { get; set; }
    Public Property FrameDelay As TimeSpan
    Property Value
    System.TimeSpan
    Remarks

    If not 0, when utilized in Gif animation, this field specifies a time to wait before continuing with the processing of the data stream. The clock starts ticking immediately after the graphic is rendered.

    Methods

    Clone()

    Creates a new GifFrameMetadata that is a copy of the current instance.

    • C#
    • VB.NET
    public GifFrameMetadata Clone()
    Public Function Clone As GifFrameMetadata
    Returns
    GifFrameMetadata

    A new GifFrameMetadata that is a copy of this instance.

    Implements

    System.ICloneable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.